Added git config for work
This commit is contained in:
parent
8a9469e582
commit
14a09934fd
|
@ -15,7 +15,10 @@
|
|||
[credential]
|
||||
helper = store
|
||||
[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]
|
||||
defaultBranch = master
|
||||
[filter "kicad_project"]
|
||||
|
@ -26,3 +29,6 @@
|
|||
smudge = cat
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[includeIf "gitdir:~/Projects/ALTEN/"]
|
||||
path = ~/.dotfiles/git/alten.gitconfig
|
||||
|
|
3
git/alten.gitconfig
Normal file
3
git/alten.gitconfig
Normal file
|
@ -0,0 +1,3 @@
|
|||
[user]
|
||||
name = Tim Huizinga
|
||||
email = tim.huizinga@alten.nl
|
Loading…
Reference in New Issue
Block a user