Added git config for work
This commit is contained in:
parent
8a9469e582
commit
14a09934fd
|
@ -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
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