Skip to content

Instantly share code, notes, and snippets.

@behrangsa
Created October 28, 2011 03:13
Show Gist options
  • Save behrangsa/1321540 to your computer and use it in GitHub Desktop.
Save behrangsa/1321540 to your computer and use it in GitHub Desktop.
$ git checkout develop
$ git merge --no-ff myfeature
$ git branch -d myfeature
$ git push origin develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment