mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
ugly ugly bug with circular fields
This commit is contained in:
parent
1ed8a2524a
commit
bbf837a4b2
6 changed files with 36 additions and 18 deletions
|
@ -363,7 +363,7 @@ GitEngine.prototype.makeOrigin = function(treeString) {
|
|||
};
|
||||
|
||||
GitEngine.prototype.setLocalToTrackRemote = function(localBranch, remoteBranch) {
|
||||
remoteBranch.addLocalBranchThatTracksThis(localBranch);
|
||||
remoteBranch.addLocalBranchThatTracksThis(localBranch.get('id'));
|
||||
localBranch.setRemoteTrackingBranchID(remoteBranch.get('id'));
|
||||
|
||||
if (!this.command) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue