Skip to content

Instantly share code, notes, and snippets.

@fmobus
Created July 27, 2015 19:45
Show Gist options
  • Save fmobus/45644675704f7722f173 to your computer and use it in GitHub Desktop.
Save fmobus/45644675704f7722f173 to your computer and use it in GitHub Desktop.
git config
[alias]
st = status
co = checkout
br = branch
ci = commit
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
diff = diff --color
ap = add -p
dc = diff --cached
d = diff
pr = pull --rebase
[user]
email = [email protected]
name = Felipe Mobus
[color]
branch = auto
diff = auto
status = auto
ui = auto
interactive = auto
[grep]
lineNumber = true
[push]
default = matching
[core]
precomposeunicode = true
excludesfile = /Users/fmobus/.gitignore_global
[http]
sslVerify = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment