Skip to content

Commit

Permalink
Short format for git status shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Dec 5, 2012
1 parent 762b380 commit e51d2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/git.zsh
Expand Up @@ -20,7 +20,7 @@ alias gfhf='git flow hotfix finish'
alias gfs='git flow support'
alias gfss='git flow support start'

alias gst='git status'
alias gst='git status -sb'

# Pairing
hitch() {
Expand Down

0 comments on commit e51d2ee

Please sign in to comment.