-
Notifications
You must be signed in to change notification settings - Fork 3
/
gitconfig
57 lines (56 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
[user]
name = Aleksandar Dimitrov
email = git@aleks.bg
signingkey = B46267749DF0791A0E665DA4FD9B5D4F19DC5CEC
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = red bold
local = red
remote = green
[color "diff"]
meta = yellow
frag = magenta
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --graph --pretty=format:'%Cblue%h %ad %Cgreen%<(7,trunc)%an %Creset%s %Cred%D%Creset' --date=short
type = cat-file -t
dump = cat-file -p
puush = push --force-with-lease
rank = "shortlog -s -n --no-merges"
pfusch = push --force
[push]
default = simple
[sendmail]
smtpencryption = tls
smtpserver = smtp.gmail.com
smtpuser = aleks.dimitrov@gmail.com
smtpserverport = 587
[core]
excludesfile = /home/aleks/.gitignore
[pull]
rebase = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[gpg]
program = gpg
[github]
user = adimit
[includeIf "gitdir:~/src/mp-*/"]
path = ~/.gitconfig.meisterplan
[init]
defaultBranch = main