merge upstream, fix git conflict

This commit is contained in:
steeef 2010-10-10 12:27:37 -07:00
commit a023b287e4
8 changed files with 111 additions and 2 deletions

View file

@ -13,8 +13,12 @@ alias gb='git branch'
alias gba='git branch -a'
alias gcount='git shortlog -sn'
alias gcp='git cherry-pick'
<<<<<<< HEAD
alias gsub='git submodule'
=======
alias glg='git log --stat --max-count=5'
>>>>>>> upstream/master
# Git and svn mix
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'