mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
Resolves #768 -- fix pull arguments (same issue)
This commit is contained in:
parent
a530dcbb16
commit
8a159ea498
2 changed files with 5 additions and 5 deletions
|
@ -253,7 +253,7 @@ var commandConfig = {
|
|||
source = firstArg;
|
||||
assertIsBranch(engine.origin, source);
|
||||
// get o/master locally if master is specified
|
||||
destination = engine.origin.refs[source].getPrefixedID();
|
||||
destination = engine.origin.resolveID(source).getPrefixedID();
|
||||
} else {
|
||||
// can't be detached
|
||||
if (engine.getDetachedHead()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue