Skip to content

Instantly share code, notes, and snippets.

@todgru
Created November 18, 2020 18:17
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 todgru/a68eb6f6eec266df67bce086d8a9437c to your computer and use it in GitHub Desktop.
Save todgru/a68eb6f6eec266df67bce086d8a9437c to your computer and use it in GitHub Desktop.
git merge squash

merge, squash, all commits of the feature-branch into the current branch.

git merge --squash feature-branch
git commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment