git: remove unstage
alias and move it to a zsh
...abbreviation
This commit is contained in:
parent
83ae12e080
commit
3cc5c97178
|
@ -73,7 +73,6 @@
|
||||||
sla = "log --oneline --decorate --graph --all -20";
|
sla = "log --oneline --decorate --graph --all -20";
|
||||||
slap = "log --oneline --decorate --graph --all";
|
slap = "log --oneline --decorate --graph --all";
|
||||||
slp = "log --oneline --decorate";
|
slp = "log --oneline --decorate";
|
||||||
staged = "diff --staged";
|
|
||||||
stash = "stash --included-untracked";
|
stash = "stash --included-untracked";
|
||||||
unassume = "update-index --no-assume-unchanged";
|
unassume = "update-index --no-assume-unchanged";
|
||||||
uncommit = "reset --soft HEAD^";
|
uncommit = "reset --soft HEAD^";
|
||||||
|
|
|
@ -23,6 +23,7 @@ abbr gcl="git clone"
|
||||||
abbr gcm="git commit -m"
|
abbr gcm="git commit -m"
|
||||||
abbr gco="git checkout"
|
abbr gco="git checkout"
|
||||||
abbr gd="git diff"
|
abbr gd="git diff"
|
||||||
|
abbr gds="git diff --staged"
|
||||||
abbr gf="git fetch"
|
abbr gf="git fetch"
|
||||||
abbr gfa="git fetch --all"
|
abbr gfa="git fetch --all"
|
||||||
abbr gl="git log"
|
abbr gl="git log"
|
||||||
|
|
Loading…
Reference in a new issue