-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
42 lines (42 loc) · 714 Bytes
/
.gitconfig
File metadata and controls
42 lines (42 loc) · 714 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
38
39
40
41
42
[user]
name = cydu
email = root@cydu.net
[color]
diff = auto
status = auto
branch = auto
[color "branch"]
current = yellow bold
remote = cyan bold
[color "diff"]
new = yellow bold
old = red bold
meta = cyan bold
frag = white bold
commit = white bold
[color "status"]
added = yellow bold
changed = cyan bold
untracked = red bold
[alias]
ci = commit
co = checkout
br = branch
st = status
rb = rebase
rbc = rebase --continue
rba = rebase --abort
m = merge
mt = mergetool
lg = log --graph --decorate --date=local
cp = cherry-pick
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[core]
autocrlf = false
[push]
default = simple
[http]
sslVerify = false