Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created May 26, 2014 11:30
Show Gist options
  • Save jbutko/2787496d5ec5eb4c83fa to your computer and use it in GitHub Desktop.
Save jbutko/2787496d5ec5eb4c83fa to your computer and use it in GitHub Desktop.
Git: Merge redundand commits into one
git reset --soft HEAD~7
git commit -m "Add stickyNavbar.js"
git push --force
REM From https://github.com/jsdelivr/jsdelivr/pull/843
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment