Created
August 2, 2016 21:23
-
-
Save Cylix/ffb69642a8e157bdb13ee767e308b86d 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] | |
email = [email protected] | |
name = Simon Ninon | |
[advice] | |
statusHints = false | |
[alias] | |
br = branch | |
ci = commit | |
co = checkout | |
dc = diff --cached | |
ft = fetch | |
pl = pull | |
p = push | |
pf = push --force | |
po = stash pop | |
res = reset --hard HEAD | |
rb = rebase | |
s = status -sb | |
st = stash | |
last = log -1 | |
tree = log --graph --all | |
unstage = reset HEAD -- | |
[branch] | |
autosetupmerge = always | |
[color] | |
ui = true | |
[core] | |
editor = mate -w | |
excludesfile = ~/.gitignore | |
pager = less -FRSX | |
[credential] | |
helper = osxkeychain | |
[diff] | |
wordRegex = . | |
[format] | |
pretty = "format:%C(red)%h%C(reset) - %s %C(blue)(%cr)%Creset %C(green)%cn%C(reset) %C(yellow)%d%C(reset)" | |
[help] | |
autocorrect = 1 | |
[http] | |
sslVerify = false | |
[pull] | |
rebase = true | |
[push] | |
default = simple | |
[rebase] | |
autosquash = true | |
autostash = true | |
[rerere] | |
enabled = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment