git enable signoff and change mergetool
Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
parent
947249cc79
commit
4fa0aed92e
2 changed files with 8 additions and 7 deletions
|
@ -94,8 +94,8 @@
|
|||
"ga" = "git add";
|
||||
"gaa" = "git add --all";
|
||||
"gb" = "git branch";
|
||||
"gc" = "git commit --verbose";
|
||||
"gcmsg" = "git commit --message";
|
||||
"gc" = "git commit --verbose -s";
|
||||
"gcmsg" = "git commit -s --message";
|
||||
"gd" = "git diff";
|
||||
"gdca" = "git diff --cached";
|
||||
"gds" = "git diff --staged";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue