zsh: new git alias: 'g'
This commit is contained in:
parent
16b13b9f7a
commit
4b2ddabb74
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -62,6 +62,7 @@
|
|||
|
||||
# Git aliases
|
||||
alias \
|
||||
g='git' \
|
||||
gc='git commit' \
|
||||
gca='git commit -a' \
|
||||
gst='git status' \
|
||||
|
|
Loading…
Add table
Reference in a new issue