truncate history

This commit is contained in:
2020-06-11 21:16:05 +02:00
commit e974a4b480
29 changed files with 3544 additions and 0 deletions

14
git/.config/git/config Normal file
View File

@@ -0,0 +1,14 @@
[user]
name = Marco Kundt
email = mrckndt@riseup.net
[core]
compression = 9
excludesfile = ~/.config/git/ignore
[color]
ui = auto
[diff]
tool = vimdiff
[push]
default = current
[help]
autocorrect = 1

12
git/.config/git/ignore Normal file
View File

@@ -0,0 +1,12 @@
*.error*
*.bak
*.log
*.o
*.old
*.pdf
*.tmp
*.sw[nop]
.*~
Session.vim
tags
.DS_Store