Created
May 3, 2017 17:36
-
-
Save boxxxie/62c621146078067d6891021d61b9d38a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Paul Iannazzo | |
email = [email protected] | |
[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