Skip to content

Commit

Permalink
zsh alias gitb for 'git branch'
Browse files Browse the repository at this point in the history
  • Loading branch information
madelinecr committed Aug 28, 2014
1 parent 2a6176e commit 4e652e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/zshrc
Expand Up @@ -287,6 +287,7 @@ alias push="git push"
alias pushmaster="git push origin master"
alias pull="git pull"
alias pullmaster="git pull origin master"
alias gitb="git branch"
alias gita="git add"
alias gitc="git commit"
alias gdiff="git diff"
Expand Down

0 comments on commit 4e652e1

Please sign in to comment.