Compare commits

...

2 Commits

Author SHA1 Message Date
d471a8436a Auto setup remote when pushing 2026-03-13 05:02:43 +01:00
294210e113 Added git aim-robotics config 2026-03-13 05:02:43 +01:00
5 changed files with 15 additions and 0 deletions

4
git-aim/dot-gitconfig Normal file
View File

@@ -0,0 +1,4 @@
[include]
path = ~/.dotfiles/git/configs/common.gitconfig
path = ~/.dotfiles/git/profiles/aim-robotics.gitconfig

1
git-aim/dot-local Symbolic link
View File

@@ -0,0 +1 @@
../git/dot-local

View File

@@ -4,6 +4,7 @@
[push] [push]
default = simple default = simple
autoSetupRemote = true
[core] [core]
excludesfile = ~/.dotfiles/git/gitignore excludesfile = ~/.dotfiles/git/gitignore

View File

@@ -5,3 +5,6 @@
[includeIf "gitdir:~/Projects/ALTEN/"] [includeIf "gitdir:~/Projects/ALTEN/"]
path = ~/.dotfiles/git/profiles/ALTEN.gitconfig path = ~/.dotfiles/git/profiles/ALTEN.gitconfig
[includeIf "gitdir:~/Projects/aim-robotics/"]
path = ~/.dotfiles/git/profiles/aim-robotics.gitconfig

View File

@@ -0,0 +1,6 @@
[user]
name = Tim Huizinga
email = th@aimrobotics.nl
[commit]
gpgsign = false