Skip to content

Instantly share code, notes, and snippets.

@boxxxie
Created May 3, 2017 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boxxxie/62c621146078067d6891021d61b9d38a to your computer and use it in GitHub Desktop.
Save boxxxie/62c621146078067d6891021d61b9d38a to your computer and use it in GitHub Desktop.
[user]
name = Paul Iannazzo
email = somethingitalian@gmail.com
[core]
editor = emacsclient -t
logAllRefUpdates = true
excludesfile = ~/dot_files/.gitignore
[color]
ui = auto
[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
unsquash = reset --hard ORIG_HEAD
please = push --force-with-lease
[merge]
tool = kdiff3
verbosity = 4
[branch]
autosetuprebase = always
[pull]
rebase = true
[gui]
diffcontext = 7
gcwarning = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment