nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.6k stars 2.66k forks source link

alias "git flow publish" to "git flow feature publish {feature_name}" ? #320

Open hems opened 11 years ago

hems commented 11 years ago

git flow publish

could be an alias for

git flow feature publish {feature_name}

zeevallin commented 11 years ago

I'm all down for this, I find myself having to prefix with feature around 99% of the time. I vote yes. :+1:

liyanchang commented 11 years ago

That's a good idea and I agree. Have you seen #304 ? That might be a reasonable first start.