Skip to content

Instantly share code, notes, and snippets.

@imakewebthings
Created January 20, 2015 17:23
Show Gist options
  • Save imakewebthings/dc9967e44fbd38fc57bd to your computer and use it in GitHub Desktop.
Save imakewebthings/dc9967e44fbd38fc57bd to your computer and use it in GitHub Desktop.
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
[user]
name = imakewebthings
email = caleb@imakewebthings.com
[credential]
helper = osxkeychain
[core]
excludesfile = ~/.gitignore_global
precomposeunicode = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment