Skip to content

Instantly share code, notes, and snippets.

@landsman
Forked from jbutko/start.bat
Created August 8, 2017 14:07
Show Gist options
  • Save landsman/6bd47a22d26093290c10811c25eaba18 to your computer and use it in GitHub Desktop.
Save landsman/6bd47a22d26093290c10811c25eaba18 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