Skip to content

Commit

Permalink
Less verbose git branch alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Dec 31, 2009
1 parent 8aa4505 commit c790127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .git_aliases
Expand Up @@ -8,7 +8,7 @@ alias ch="git diff -M | ${EDITOR}"
alias chc="git diff --cached -M | ${EDITOR}" alias chc="git diff --cached -M | ${EDITOR}"
alias grm="git status | grep 'deleted:' | sed -e 's/^#.deleted: *//' | xargs -n1 git rm" alias grm="git status | grep 'deleted:' | sed -e 's/^#.deleted: *//' | xargs -n1 git rm"
alias gum="git add-unmerged" alias gum="git add-unmerged"
alias gb='git branch -a -v' alias gb='git branch -v'
alias gci='git commit -v' alias gci='git commit -v'
alias gco='git checkout' alias gco='git checkout'
alias gcb='git checkout -b' alias gcb='git checkout -b'
Expand Down

0 comments on commit c790127

Please sign in to comment.