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 gch='git checkout hotfix'
alias gcr='git checkout release'
alias gff='git flow feature'
alias gfh='git flow hotfix'
alias gfr='git flow release'
alias gflf='git flow feature'
alias gflh='git flow hotfix'
alias gflr='git flow release'
_git-flow ()
{