Skip to content

Instantly share code, notes, and snippets.

@perandre
Created August 6, 2014 07:49
Show Gist options
  • Save perandre/241711571d0a64a513ce to your computer and use it in GitHub Desktop.
Save perandre/241711571d0a64a513ce to your computer and use it in GitHub Desktop.
# LOCALLY
$ git fetch
$ git checkout development
$ git pull origin development
$ git flow release start W1.5.2
Comment: Minor css bug fixes
$ git flow release finish W1.5.2
$ git push origin master
$ git push origin W1.5.2
# SERVER
$ git fetch
$ git tag
$ git checkout W1.5.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment