Skip to content

Instantly share code, notes, and snippets.

View seansean11's full-sized avatar

Sean Michael seansean11

View GitHub Profile
Undo previous commit
`git revert HEAD^`
Modify previous commit message
`git commit --amend`
Temporarily stash changes
`git stash`
Restore changes from stash