Compare commits

...

2 Commits

Author SHA1 Message Date
Dreaded_X 728be57f2e Auto setup remote when pushing 2026-03-13 04:26:57 +01:00
Dreaded_X c9782a5f83 Added git aim-robotics config 2026-03-13 04:25:18 +01:00
6 changed files with 16 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
[include]
path = ~/.dotfiles/git/configs/common.gitconfig
path = ~/.dotfiles/git/profiles/ALTEN.gitconfig
+1
View File
@@ -0,0 +1 @@
../git/dot-local
+1 -1
View File
@@ -1,4 +1,4 @@
[include]
path = ~/.dotfiles/git/configs/common.gitconfig
path = ~/.dotfiles/git/profiles/ALTEN.gitconfig
path = ~/.dotfiles/git/profiles/aim-robotics.gitconfig
+1
View File
@@ -4,6 +4,7 @@
[push]
default = simple
autoSetupRemote = true
[core]
excludesfile = ~/.dotfiles/git/gitignore
+3
View File
@@ -5,3 +5,6 @@
[includeIf "gitdir:~/Projects/ALTEN/"]
path = ~/.dotfiles/git/profiles/ALTEN.gitconfig
[includeIf "gitdir:~/Projects/aim-robotics/"]
path = ~/.dotfiles/git/profiles/aim-robotics.gitconfig
+6
View File
@@ -0,0 +1,6 @@
[user]
name = Tim Huizinga
email = th@aimrobotics.nl
[commit]
gpgsign = false