-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
44 lines (43 loc) · 898 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
36
37
38
39
40
41
42
43
44
[alias]
st = status
s = status -s
ci = commit
co = checkout
br = branch
di = diff
diw = diff --color-words
dic = diff --cached
glog = log --graph
rb = svn rebase
ss = stash
sci = svn dcommit
ssp = stash pop
ps = push
pl = pull
plr = pull --rebase
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[user]
name =
email =
[color]
ui = auto
diff = auto
status = auto
branch = auto
[core]
excludesfile = ~/.gitignore
[giggle]
main-window-maximized = true
main-window-geometry = 0x0+0+0
history-view-vpane-position = 422
main-window-view = HistoryView
file-view-vpane-position = 798
[http]
#proxy = socks5://127.0.0.1:7070
sslVerify = true
[push]
default = current
[diff]
tool = meld
[difftool]
prompt = false