Skip to content

Instantly share code, notes, and snippets.

@rianby64
Last active April 3, 2016 16:10
Show Gist options
  • Save rianby64/fc006b9d1e9154fe30ff to your computer and use it in GitHub Desktop.
Save rianby64/fc006b9d1e9154fe30ff to your computer and use it in GitHub Desktop.
My gitconfig
[user]
name = Andres Rios
email = [email protected]
[push]
default = matching
[core]
editor = vim
[color]
ui = true
[alias]
a = add
b = blame
br = branch
c = commit
co = checkout
conf = config -e
d = diff
l = log --graph --pretty=format:\"%Cred%h %Cblue%ar%Creset %Cgreen%an%Creset %s %Cred%d\"
s = status
[merge]
tool = meld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment