-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
26 lines (26 loc) · 809 Bytes
/
gitconfig
File metadata and controls
26 lines (26 loc) · 809 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
[user]
name = Til Roth
email = s8tiroth@stud.uni-saarland.de
[pull]
rebase = true
[rerere]
enabled = true
autoupdate = true
[merge]
conflictstyle = diff3
[core]
editor = nvim
excludesfile = ~/.gitignore
[alias]
mwps = push -o merge_request.create -o merge_request.target=master -o merge_request.merge_when_pipeline_succeeds
lg = log --graph --pretty=format:'%C(yellow bold)%d%Creset%n%C(yellow)%h%Creset - %C(cyan bold)(%ad)%Creset:: %C(white bold)%s%Creset %C(magenta bold)<%aN>%Creset'
[commit]
gpgsign = true
[init]
defaultBranch = main
[diff]
tool = nvimdiff
[format]
pretty = %C(yellow bold)%d%Creset%n%C(yellow)%H%Creset on %C(cyan bold)%ad%Creset by %C(magenta bold)%aN%Creset%n%n%C(white bold)%B%Creset%n
[log]
date = format:%d-%m-%Y, %H:%M