Skip to content

Instantly share code, notes, and snippets.

@steppefox
Created November 18, 2013 11:49
Show Gist options
  • Save steppefox/7526542 to your computer and use it in GitHub Desktop.
Save steppefox/7526542 to your computer and use it in GitHub Desktop.
GIT steps to merge branches
  1. git checkout -b dev
  2. git commit -m"some diff"
  3. git checkout master
  4. git merge dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment