Added two more git aliases; gita and gitpp.
This commit is contained in:
parent
20fd719e95
commit
49b4724f19
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
|
@ -131,9 +131,11 @@ alias spamup='rsync -avr --delete ~/.bogofilter/* b.systemchaos.org:/var/bogofil
|
|||
alias x5musicsync="adb-sync --delete /home/hanez/music/* /sdcard/Music"
|
||||
|
||||
# Some Git aliases
|
||||
alias gita='git add'
|
||||
alias gitc='git commit'
|
||||
alias gitd='git diff'
|
||||
alias gitp='git push'
|
||||
alias gitpp='git pull'
|
||||
alias gits='git status'
|
||||
|
||||
# I use xterm and this sets a nice title with hostname and cwd in it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue