Skip to content

Instantly share code, notes, and snippets.

@stormslowly
Created March 23, 2017 15:37
Show Gist options
  • Save stormslowly/f030bd49608e7ab5196e6565a9f5c002 to your computer and use it in GitHub Desktop.
Save stormslowly/f030bd49608e7ab5196e6565a9f5c002 to your computer and use it in GitHub Desktop.
dofiles
[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
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