-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
27 lines (27 loc) · 698 Bytes
/
gitconfig
File metadata and controls
27 lines (27 loc) · 698 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
[user]
name = Kristaps Karlsons
email = kristaps.karlsons@gmail.com
[core]
excludesfile = /home/skakri/.gitignore_global
[alias]
branches = !legit branches
graft = !legit graft
harvest = !legit harvest
publish = !legit publish
unpublish = !legit unpublish
sprout = !legit sprout
sync = !legit sync
switch = !legit switch
resync = !legit resync
cloc = !cloc $(git ls-files)
activity = "!git-cal --author='$(git config --get user.name)'; git-summary; git-commits-since yesterday | cat"
[push]
default = simple
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
[commit]
verbose = true
[rerere]
enabled = true