Permalink
Cannot retrieve contributors at this time
drunken-octo-hipster/.gitconfig
Go to file[user] | |
email = xie@yihui.name | |
name = Yihui Xie | |
[alias] | |
co = checkout | |
br = branch | |
cp = cherry-pick | |
[gui] | |
fontui = -family Cantarell -size 10 -weight normal -slant roman -underline 0 -overstrike 0 | |
fontdiff = -family \"Courier 10 Pitch\" -size 9 -weight normal -slant roman -underline 0 -overstrike 0 | |
[branch "master"] | |
rebase = true | |
[branch] | |
autosetuprebase = always |