Skip to content

Instantly share code, notes, and snippets.

@bucker
Last active September 7, 2019 13:00
Show Gist options
  • Save bucker/c35e80918616ad3d2fc9 to your computer and use it in GitHub Desktop.
Save bucker/c35e80918616ad3d2fc9 to your computer and use it in GitHub Desktop.
.gitconfig alias
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment