Added git config for work
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user