Skip to content

Instantly share code, notes, and snippets.

@tonysaffo
Last active November 6, 2018 12:48
Show Gist options
  • Save tonysaffo/20ebcf5eab521865b7c2fde43a7ea9b1 to your computer and use it in GitHub Desktop.
Save tonysaffo/20ebcf5eab521865b7c2fde43a7ea9b1 to your computer and use it in GitHub Desktop.
Git aliases
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
git config --list --show-origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment