Skip to content

Instantly share code, notes, and snippets.

@palapapa
Created May 2, 2022 11:45
Show Gist options
  • Save palapapa/623f7769f5232b8779010328e516f836 to your computer and use it in GitHub Desktop.
Save palapapa/623f7769f5232b8779010328e516f836 to your computer and use it in GitHub Desktop.
Git Aliases
[alias]
co = checkout
br = branch
st = status
cm = commit
logro = log --reverse --oneline
adog = log --all --decorate --oneline --graph --reflog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment