-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
83 lines (69 loc) · 1.37 KB
/
.gitconfig
File metadata and controls
83 lines (69 loc) · 1.37 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[core]
symlinks = false
autocrlf = input
editor = urxvt -e vim
excludesfile = /home/visor/.gitignore_global
[user]
name = Victor Karamzin
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[branch "master"]
remote = origin
merge = refs/heads/master
[pack]
packSizeLimit = 2g
[help]
format = html
browser = luakit
autocorrect = 1
[alias]
st = status
po = push origin
sw = checkout
nb = checkout -b
mg = merge
b = branch
ba = branch -a
cfg = config
up = pull
tar = archive --format tar HEAD
zip = archive --format zip -9 HEAD
kado = !gitk --all --date-order
latest = for-each-ref --sort=-committerdate --format='%(committerdate:short) %(refname:short) [%(committername)]'
branchdiff = !git difftool $(git merge-base master HEAD)
[i18n]
commitencoding = UTF-8
[gui]
fontdiff = -family Consolas -size 12 -weight normal -slant roman -underline 0 -overstrike 0
spellingdictionary = none
[guitool "Edit"]
cmd = urxvt -e vim $FILENAME
noconsole = yes
needsfile = yes
[rerere]
enabled = 1
[merge]
log = true
tool = vimdiff
[status]
relativePaths = 0
[push]
default = simple
[diff]
tool = vimdiff
[difftool]
prompt = false