1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00

Add git configuration

This commit is contained in:
Valentin Brandl 2017-02-11 13:30:07 +01:00
parent 2acc76e454
commit fe4f2564d4
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
2 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,14 @@
*.png diff=nodiff
*.jpg diff=nodiff
*.gif diff=nodiff
*.ttf diff=nodiff
*.woff diff=nodiff
*.eot diff=nodiff
*.svg diff=nodiff
*.swf diff=nodiff
*.fla diff=nodiff
*.m4v diff=nodiff
*.flv diff=nodiff
*.ogv diff=nodiff
*.webm diff=nodiff
*.mp4 diff=nodiff

29
tools/vcs/git/gitconfig Normal file
View File

@ -0,0 +1,29 @@
[user]
email = vbrandl@riseup.net
name = Valentin Brandl
signingkey = 0x7FB009175885FC76
[commit]
gpgsign = true
[color]
branch = true
diff = true
grep = true
pager = true
status = true
ui = always
[core]
autocrlf = input
editor = vim
[push]
default = simple
[url "git@github.com:"]
insteadOf = gh:
insteadOf = github:
[github]
user = vbrandl