Skip to content

Instantly share code, notes, and snippets.

@draperjames
Last active March 20, 2018 20:09
Show Gist options
  • Select an option

  • Save draperjames/9f334f9ae03a94c9b846395158590a9b to your computer and use it in GitHub Desktop.

Select an option

Save draperjames/9f334f9ae03a94c9b846395158590a9b to your computer and use it in GitHub Desktop.
my gitconfig alias
[alias]
ad = add -A
cm = commit
co = checkout
st = status
br = branch
lg = !git --no-pager log --pretty --oneline -n 10
pu = push
pl = pull
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