-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitconfig
35 lines (35 loc) · 994 Bytes
/
.gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[color]
ui = true
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
unstage = reset HEAD
last = log -1
[color "diff"]
meta = blue black bold
[user]
name = hacpai
;name = shixi_wenhui
;email = [email protected]
email = [email protected]
;email = [email protected]
[core]
excludesfile = /Users/MasterMac/.gitignore_global
gitproxy = proxy-wrapper
autocrlf = input
editor = vim
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /opt/homebrew-cask/Caskroom/sourcetree/1.9.4.1/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[push]
default = matching
;[http]
;proxy = socks5://127.0.0.1:1080
;[https]
;proxy = socks5://127.0.0.1:1080
;[credential]
;helper = store
[credential]
helper = osxkeychain