mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
random hues for branches
This commit is contained in:
parent
7d88e5564c
commit
ea6844ae04
5 changed files with 38 additions and 41 deletions
|
@ -116,7 +116,8 @@ var Command = Backbone.Model.extend({
|
|||
branch: /^branch($|\s)/,
|
||||
revert: /^revert($|\s)/,
|
||||
log: /^log($|\s)/,
|
||||
merge: /^merge($|\s)/
|
||||
merge: /^merge($|\s)/,
|
||||
show: /^show($|\s)/
|
||||
};
|
||||
},
|
||||
|
||||
|
@ -260,7 +261,8 @@ OptionParser.prototype.getMasterOptionMap = function() {
|
|||
},
|
||||
merge: {},
|
||||
rebase: {},
|
||||
revert: {}
|
||||
revert: {},
|
||||
show: {}
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue