Open hems opened 11 years ago
git flow publish
could be an alias for
git flow feature publish {feature_name}
I'm all down for this, I find myself having to prefix with feature around 99% of the time. I vote yes. :+1:
That's a good idea and I agree. Have you seen #304 ? That might be a reasonable first start.
git flow publish
could be an alias for
git flow feature publish {feature_name}