Last active
April 3, 2016 16:10
-
-
Save rianby64/fc006b9d1e9154fe30ff to your computer and use it in GitHub Desktop.
My gitconfig
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 = 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