Compare commits

..

2 Commits

Author SHA1 Message Date
728be57f2e Auto setup remote when pushing 2026-03-13 04:26:57 +01:00
c9782a5f83 Added git aim-robotics config 2026-03-13 04:25:18 +01:00
6 changed files with 16 additions and 1 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/ALTEN.gitconfig

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

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

View File

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

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