Skip to content

Instantly share code, notes, and snippets.

@igkuz
Last active December 17, 2015 20:48
Show Gist options
  • Select an option

  • Save igkuz/5670054 to your computer and use it in GitHub Desktop.

Select an option

Save igkuz/5670054 to your computer and use it in GitHub Desktop.
git branch develop
git flow feature start 00001_my_super_feature
git co staging
git merge feature/00001_my_super_feature
bundle exec rake
git push
git flow feature finish 00001_my_super_feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment