Added git config for work

This commit is contained in:
Dreaded_X 2023-11-07 16:18:28 +01:00
parent 8a9469e582
commit 14a09934fd
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA
2 changed files with 10 additions and 1 deletions

View File

@ -15,7 +15,10 @@
[credential] [credential]
helper = store helper = store
[pull] [pull]
rebase = false ; If we pull we only want to fast forward, if that is not possible we should not allow pull to work
; Instead use fetch and then either rebase or merge
ff = only
; rebase = false
[init] [init]
defaultBranch = master defaultBranch = master
[filter "kicad_project"] [filter "kicad_project"]
@ -26,3 +29,6 @@
smudge = cat smudge = cat
[commit] [commit]
gpgsign = true gpgsign = true
[includeIf "gitdir:~/Projects/ALTEN/"]
path = ~/.dotfiles/git/alten.gitconfig

3
git/alten.gitconfig Normal file
View File

@ -0,0 +1,3 @@
[user]
name = Tim Huizinga
email = tim.huizinga@alten.nl