Skip to content

Instantly share code, notes, and snippets.

@paulstuart
paulstuart / gitcheatsheet.md
Created April 25, 2024 15:03 — forked from dhei/gitcheatsheet.md
Git cheetsheet
undo git merge
git reset --hard HEAD~1
delete a tag in remote
git tag -d mytag
git push origin :refs/tags/mytag
Remove local branches no longer on remote