overlay cutter
Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
parent
30c82dcb4f
commit
1c449848e2
5 changed files with 29 additions and 6 deletions
|
@ -89,8 +89,8 @@
|
|||
"ga" = "git add";
|
||||
"gaa" = "git add --all";
|
||||
"gb" = "git branch";
|
||||
"gc" = "git commit --verbose -s";
|
||||
"gcmsg" = "git commit -s --message";
|
||||
"gc" = "git commit --verbose";
|
||||
"gcmsg" = "git commit --message";
|
||||
"gd" = "git diff";
|
||||
"gdca" = "git diff --cached";
|
||||
"gds" = "git diff --staged";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue