-
Notifications
You must be signed in to change notification settings - Fork 2
/
config
44 lines (43 loc) · 1.03 KB
/
config
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
[user]
name = Danilo Bargen
email = [email protected]
signingkey = 0xB993FF98A90C9AB1
[color]
ui = true
[github]
user = dbrgn
[alias]
lg = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr %an)%Creset' --abbrev-commit --date=relative
wdiff = diff --color-words
safemerge = merge --ff-only
unstage = reset HEAD --
branchlist = for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'
git = !cd "$GIT_PREFIX" && git
s = status
c = commit
d = diff
a = add
m = merge
sm = merge --ff-only
pu = push
pl = pull
co = checkout
rebse = rebase
comit = commit
[pager]
color = true
[push]
default = simple
[rebase]
autosquash = true
[core]
pager = less -x1,5
excludesfile = ~/.gitignore
[submodule]
recurse = true
[pull]
ff = only
[init]
defaultBranch = main
[includeIf "gitdir:~/Threema/"]
path = ~/.config/git/work