Created
October 23, 2014 13:14
-
-
Save lc512k/4bd6400f08431c3e2d0b 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] | |
name = Laura Carvajal | |
email = [email protected] | |
[core] | |
autocrlf = input | |
safecrlf = true | |
attributesfile = ~/.gitattributes | |
[alias] | |
co = checkout | |
ci = commit | |
st = status | |
br = branch | |
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short | |
type = cat-file -t | |
dump = cat-file -p | |
[color] | |
diff = auto | |
status = auto | |
branch = auto | |
[diff "image"] | |
command = /usr/local/bin/git-imgdiff | |
[pull] | |
ff = only | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment