Skip to content

Instantly share code, notes, and snippets.

@Cylix
Created August 2, 2016 21:23
Show Gist options
  • Save Cylix/ffb69642a8e157bdb13ee767e308b86d to your computer and use it in GitHub Desktop.
Save Cylix/ffb69642a8e157bdb13ee767e308b86d to your computer and use it in GitHub Desktop.
[user]
email = simon.ninon@gmail.com
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