zsh: more git aliases
This commit is contained in:
parent
0f622a8951
commit
2c294db05f
1 changed files with 4 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -62,8 +62,10 @@
|
||||||
|
|
||||||
# Git aliases
|
# Git aliases
|
||||||
alias \
|
alias \
|
||||||
gst='git status' \
|
|
||||||
gc='git commit' \
|
gc='git commit' \
|
||||||
|
gca='git commit -a' \
|
||||||
|
gst='git status' \
|
||||||
|
gp='git push' \
|
||||||
|
|
||||||
# <<<
|
# <<<
|
||||||
## Program improvements (ex: ls = ls -h) >>>
|
## Program improvements (ex: ls = ls -h) >>>
|
||||||
|
|
Loading…
Add table
Reference in a new issue