-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
37 lines (37 loc) · 779 Bytes
/
Copy path.gitconfig
File metadata and controls
37 lines (37 loc) · 779 Bytes
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
[core]
excludesfile = /Users/tw/.gitignore_global
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = green
remote = red
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[alias]
st = status -sb
ci = commit
co = checkout
br = branch
df = diff
dfc = diff --cached
pr = pull --rebase
ps = push
l = log --graph --oneline --decorate --all
cl = clone --recursive
hub = !git remote -v | sed "'s|.*git[:@]\\(.*\\).git.*|http://\\1|;s|m:|m/|'" | uniq | xargs open
ignore = !git-ignore
alias = !git-alias
track-all = git-track-all
[push]
default = upstream
[user]
name = Ruoran Liu
email = rrliu@thoughtworks.com