Skip to content

Instantly share code, notes, and snippets.

@purplejacket
Created August 20, 2018 20:30
Show Gist options
  • Select an option

  • Save purplejacket/c887f5fe223f4c3d34a909476ecc3956 to your computer and use it in GitHub Desktop.

Select an option

Save purplejacket/c887f5fe223f4c3d34a909476ecc3956 to your computer and use it in GitHub Desktop.
[user]
name =
email =
[core]
excludesfile = /Users/kai/.gitignore_global
editor = vim
[alias]
co = checkout
ci = commit
st = status
br = branch
lg = log --decorate --max-count 5 --graph --color
lg1 = log -p
lg2 = log -p --ignore-space-change
lg3 = log -3
lg4 = log --since=4.weeks
lg5 = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
lg6 = log --pretty=oneline
lg7 = log --author=kai.middleton@gmail.com
lg8 = log --name-status
type = cat-file -t
dump = cat-file -p
[credential]
helper = osxkeychain
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment