rename alias for pull request

This commit is contained in:
fumseck 2016-05-30 16:03:47 +02:00
commit a9916468f2

View file

@ -25,9 +25,9 @@ alias gfl='git flow'
alias gcd='git checkout develop' alias gcd='git checkout develop'
alias gch='git checkout hotfix' alias gch='git checkout hotfix'
alias gcr='git checkout release' alias gcr='git checkout release'
alias gff='git flow feature' alias gflf='git flow feature'
alias gfh='git flow hotfix' alias gflh='git flow hotfix'
alias gfr='git flow release' alias gflr='git flow release'
_git-flow () _git-flow ()
{ {