Skip to content

Instantly share code, notes, and snippets.

@mikemichaelis
Created November 16, 2016 02:09
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 mikemichaelis/dad2b0ae20dfdc300654e6fd6940b297 to your computer and use it in GitHub Desktop.
Save mikemichaelis/dad2b0ae20dfdc300654e6fd6940b297 to your computer and use it in GitHub Desktop.
git merge --squash <branch to merge into current branch>
git add --all
git commit -a -m "Merged some other branch"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment