Skip to content

Instantly share code, notes, and snippets.

@jonathands
Created September 24, 2025 13:59
Show Gist options
  • Save jonathands/703019ee1f9cf0087d87b9f02af9dea0 to your computer and use it in GitHub Desktop.
Save jonathands/703019ee1f9cf0087d87b9f02af9dea0 to your computer and use it in GitHub Desktop.
My Git Aliases

[alias] history = log --oneline --graph --decorate --all reset-with-prejudice = reset --hard kill-branch = branch -D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment