[GIT] Improve gitconfig

This commit is contained in:
Fabian Ising
2024-06-13 08:49:59 +02:00
parent 12e36af05d
commit 700a61ab36
2 changed files with 5 additions and 0 deletions

1
.gitignore_global Normal file
View File

@@ -0,0 +1 @@
.DS_Store

View File

@@ -12,6 +12,8 @@ email = github@murgi.de
path = ~/dotfiles/gitconfig/fhms.gitconfig
[includeIf "hasconfig:remote.*.url:git@git.fh-muenster.de:*/**"]
path = ~/dotfiles/gitconfig/fhms.gitconfig
[includeIf "hasconfig:remote.*.url:ssh://git@git.fh-muenster.de:*/**"]
path = ~/dotfiles/gitconfig/fhms.gitconfig
[includeIf "hasconfig:remote.*.url:https://vcs.murgi.de/**"]
path = ~/dotfiles/gitconfig/murgi.gitconfig
[includeIf "hasconfig:remote.*.url:ssh://git@vcs.murgi.de:*/**"]
@@ -22,3 +24,5 @@ email = github@murgi.de
path = ~/dotfiles/gitconfig/sit.gitconfig
[includeIf "hasconfig:remote.*.url:https://git-int.sit.fraunhofer.de/**"]
path = ~/dotfiles/gitconfig/sit.gitconfig
[core]
excludesfile = /Users/ising/dotfiles/.gitignore_global