mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 07:28:35 +02:00
bugfix
This commit is contained in:
parent
dc33d8b78d
commit
e62a93452f
2 changed files with 2 additions and 2 deletions
|
@ -933,7 +933,7 @@ GitEngine.prototype.push = function(options) {
|
|||
);
|
||||
}
|
||||
var branchOnRemote = this.origin.refs[options.destination];
|
||||
var sourceLocation = this.getOneBeforeCommit(options.source || 'HEAD');
|
||||
var sourceLocation = this.resolveID(options.source || 'HEAD');
|
||||
|
||||
// first check if this is even allowed by checking the sync between
|
||||
this.checkUpstreamOfSource(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue