Commit 6b832b93 authored by yleo77's avatar yleo77
Browse files

add some alias for git flow

parent 00848cd8
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
#Alias #Alias
alias gf='git flow' alias gf='git flow'
alias gcd='git checkout develop'
alias gch='git checkout hotfix'
alias gcr='git checkout release'
_git-flow () _git-flow ()
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment