Skip to content

Instantly share code, notes, and snippets.

View alissalbedrocket's full-sized avatar

Alissa Likavec alissalbedrocket

View GitHub Profile
git reset HEAD~2 // however many commits you want to squash into one
git add .
git commit -m 'bigfoot is real'
git push origin feature/bigfoot --force