Created
March 23, 2017 15:37
-
-
Save stormslowly/f030bd49608e7ab5196e6565a9f5c002 to your computer and use it in GitHub Desktop.
dofiles
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
[alias] | |
st = status | |
ci = commit | |
co = checkout | |
dt = difftool | |
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen%cr %C(bold blue)<%an>%Creset' | |
lp = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen%cr %C(bold blue)<%an>%Creset' | |
ca = commit -a | |
[color] | |
ui = auto | |
[diff] | |
tool = bc3 | |
[core] | |
quotepath = false | |
[push] | |
default = current | |
[difftool] | |
prompt = false | |
[merge] | |
tool = bc3 | |
[help] | |
autocorrect = 1 |
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
registry=http://registry.npm.taobao.org/ | |
loglevel=http | |
disturl=http://npm.taobao.org/dist | |
progress=false | |
init.license=MI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment