-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
45 lines (45 loc) · 1.29 KB
/
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
36
37
38
39
40
41
42
43
44
45
[user]
name = Marquis Wong
email = [email protected]
[alias]
st = status
co = checkout
ci = commit
makepatch = diff --no-prefix
tree = log --graph --pretty=oneline --abbrev-commit
sn = show --name-status
dn = diff --name-status
l = log --decorate
d = diff --word-diff=color
s = show --word-diff=color
dc = diff --word-diff=color --cached
up = pull --rebase
pr = "!f() { git push -u ${1:-origin} HEAD:`git config branch.$(git name-rev --name-only HEAD).merge | sed -e 's@refs/heads/@refs/for/@'`; }; f"
cirrus = ! /Users/mwang/.cirrus/venv/bin/cirrus
[color]
diff = auto
onlyus = auto
branch = auto
[core]
excludesfile = /Users/mwang/.gitignore
[push]
default = tracking
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[cirrus]
cirrus-section-init-xyz = xyz
github-user = mwang
github-token =
pypi-user = mwang
pypi-token = n
ssh-user = mwang
ssh-key = /Users/mwang/.ssh/id_rsa
buildserver-user = mwang
buildserver-token = Orange7&
docker-login-username = mwang
docker-login-email = [email protected]
docker-login-password =