mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
rm debugger
This commit is contained in:
parent
7be578699d
commit
2793a1d6a1
1 changed files with 0 additions and 1 deletions
|
@ -472,7 +472,6 @@ GitEngine.prototype.makeBranchOnOriginAndTrack = function(branchName, target) {
|
||||||
};
|
};
|
||||||
|
|
||||||
GitEngine.prototype.setLocalToTrackRemote = function(localBranch, remoteBranch) {
|
GitEngine.prototype.setLocalToTrackRemote = function(localBranch, remoteBranch) {
|
||||||
debugger;
|
|
||||||
localBranch.setRemoteTrackingBranchID(remoteBranch.get('id'));
|
localBranch.setRemoteTrackingBranchID(remoteBranch.get('id'));
|
||||||
|
|
||||||
if (!this.command) {
|
if (!this.command) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue