-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
58 lines (58 loc) · 1.15 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
46
47
48
49
50
51
52
53
54
55
56
57
58
[alias]
up = !gitup
a = add
ci = commit
st = status
co = checkout
br = branch
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
stp = status --porcelain
sts = status --short
[core]
editor = vim
[user]
email = dodonvictor@gmail.com
name = Victor Dodon
[push]
default = tracking
[color]
# turn on color
diff = auto
status = auto
branch = auto
interactive = auto
ui = auto
[color "branch"]
current = green bold
local = green
remote = red bold
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = green bold
changed = yellow bold
untracked = red
[color "sh"]
branch = yellow
[giggle]
main-window-maximized = false
main-window-geometry = 1202x690+71+166
history-view-vpane-position = 398
main-window-view = HistoryView
[merge]
tool = gvimdiff
[rebase]
stat = true
[diff]
tool = kompare
[url "git@bitbucket.org:"]
insteadOf = https://bitbucket.org/
[diff "ansible-vault"]
textconv = ansible-vault view
[url "git@github.com:"]
insteadOf = https://github.com/
[init]
defaultBranch = main