git: remove unstage
alias and move it to a zsh
...abbreviation
This commit is contained in:
parent
83ae12e080
commit
3cc5c97178
2 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,7 @@ abbr gcl="git clone"
|
|||
abbr gcm="git commit -m"
|
||||
abbr gco="git checkout"
|
||||
abbr gd="git diff"
|
||||
abbr gds="git diff --staged"
|
||||
abbr gf="git fetch"
|
||||
abbr gfa="git fetch --all"
|
||||
abbr gl="git log"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue