-
-
Save landsman/6bd47a22d26093290c10811c25eaba18 to your computer and use it in GitHub Desktop.
Git: Merge redundand commits into one
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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