Skip to content

Instantly share code, notes, and snippets.

@LeoHeo
Last active May 26, 2016 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeoHeo/b5e7f2b006757ca62afa4b745b703429 to your computer and use it in GitHub Desktop.
Save LeoHeo/b5e7f2b006757ca62afa4b745b703429 to your computer and use it in GitHub Desktop.

if exist branch til-0524, develop merge process as follow

$ git checkout develop
$ git merge --no-ff til-0524
$ git branch -d til-0524
$ git push origin develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment