-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
72 lines (61 loc) · 1.06 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[user]
name = Flaverton Rodrigues Rosa
email = [email protected]
signingkey = F4887B7535FDC16C
[alias]
a = add
b = branch
ba = branch -a
c = commit
cl = clone
cm = commit -m
co = checkout
cor = checkout HEAD --
di = diff
din = diff --name-only
dic = diff --cached
i = init
lf = ls-files
l = log
lo = log --graph --oneline
lr = ls-remote
r = remote
rv = remote -v
s = status
sub = submodule
t = tag
ph = push
pho = push origin
pl = pull
plo = pull origin
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[color "branch"]
remote = yellow
[color "diff"]
meta = yellow
frag = magenta
old = red
new = green
[color "status"]
added = green
changed = yellow
untracked = red
[commit]
gpgsign = true
[core]
editor = vim
[diff]
guitool = meld
[gpg]
program = gpg
[init]
defaultBranch = main
templateDir = ~/.config/git/templates
[merge]
tool = meld