mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
really hacky job of update
This commit is contained in:
parent
18256dad4b
commit
858b76b1a6
1 changed files with 2 additions and 0 deletions
|
@ -585,6 +585,8 @@ GitEngine.prototype.checkoutStarter = function() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.checkout(this.generalArgs[0]);
|
this.checkout(this.generalArgs[0]);
|
||||||
|
|
||||||
|
events.trigger('treeRefresh');
|
||||||
};
|
};
|
||||||
|
|
||||||
GitEngine.prototype.checkout = function(idOrTarget) {
|
GitEngine.prototype.checkout = function(idOrTarget) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue