mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-04 23:49:25 +00:00
Adding more useful aliases for Git.
This commit is contained in:
@ -12,7 +12,16 @@ alias ...='cd ../..'
|
||||
alias _='sudo'
|
||||
|
||||
#alias g='grep -in'
|
||||
|
||||
alias g='git'
|
||||
alias gst='git status'
|
||||
alias gl='git pull'
|
||||
alias gp='git push'
|
||||
alias gd='git diff | mate'
|
||||
alias gc='git commit -v'
|
||||
alias gca='git commit -v -a'
|
||||
alias gb='git branch'
|
||||
alias gba='git branch -a'
|
||||
|
||||
alias history='fc -l 1'
|
||||
|
||||
|
Reference in New Issue
Block a user