Compare commits
2 Commits
master
...
728be57f2e
| Author | SHA1 | Date | |
|---|---|---|---|
|
728be57f2e
|
|||
|
c9782a5f83
|
4
git-aim/dot-gitconfig
Normal file
4
git-aim/dot-gitconfig
Normal 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
1
git-aim/dot-local
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../git/dot-local
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
autoSetupRemote = true
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.dotfiles/git/gitignore
|
excludesfile = ~/.dotfiles/git/gitignore
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
6
git/profiles/aim-robotics.gitconfig
Normal file
6
git/profiles/aim-robotics.gitconfig
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[user]
|
||||||
|
name = Tim Huizinga
|
||||||
|
email = th@aimrobotics.nl
|
||||||
|
|
||||||
|
[commit]
|
||||||
|
gpgsign = false
|
||||||
Reference in New Issue
Block a user