mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
more pull work
This commit is contained in:
parent
b8cf7f75c0
commit
749a303904
3 changed files with 8 additions and 2 deletions
|
@ -228,7 +228,6 @@ var commandConfig = {
|
|||
var firstArg = generalArgs[1];
|
||||
// COPY PASTA validation code from fetch. maybe fix this?
|
||||
if (firstArg && isColonRefspec(firstArg)) {
|
||||
tracking = assertBranchIsRemoteTracking(engine, generalArgs[1]);
|
||||
var refspecParts = firstArg.split(':');
|
||||
source = refspecParts[0];
|
||||
destination = validateBranchNameIfNeeded(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue