mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
rename branches for hackathon demo
This commit is contained in:
parent
e7709223c3
commit
9e88510dc7
8 changed files with 33 additions and 48 deletions
|
@ -2370,12 +2370,8 @@ var Commit = Backbone.Model.extend({
|
|||
}
|
||||
var parent = parents[0];
|
||||
var parentID = parent.get('id');
|
||||
console.log('i am ', this.get('id'));
|
||||
if (this.get('id') === 'C4') {
|
||||
debugger;
|
||||
}
|
||||
|
||||
var newestID = engine.getMostRecentBumpedID(parentID);
|
||||
|
||||
if (parentID === newestID) {
|
||||
// BOOM done, its already updated
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue