Merge remote-tracking branch 'upstream/master'

Conflicts:
	plugins/npm/npm.plugin.zsh
This commit is contained in:
Gaetan Semet 2017-11-18 17:35:02 +08:00
commit 2d074f7cc9
50 changed files with 962 additions and 236 deletions

View file

@ -35,6 +35,10 @@ alias gflrs='git flow release start'
alias gflff='git flow feature finish'
alias gflhf='git flow hotfix finish'
alias gflrf='git flow release finish'
alias gflfp='git flow feature publish'
alias gflhp='git flow hotfix publish'
alias gflrp='git flow release publish'
alias gflfpll='git flow feature pull'
_git-flow ()
{