mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
right commit messages
This commit is contained in:
parent
311e429ba3
commit
2866ff38bb
3 changed files with 80 additions and 11 deletions
|
@ -242,7 +242,8 @@ OptionParser.prototype.getMasterOptionMap = function() {
|
|||
commit: {
|
||||
'--amend': false,
|
||||
'-a': false, // warning
|
||||
'-am': false
|
||||
'-am': false, // warning
|
||||
'-m': false
|
||||
},
|
||||
log: {},
|
||||
add: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue