29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
# This is Git's per-user configuration file.
|
|
[user]
|
|
# Please adapt and uncomment the following lines:
|
|
name = Fabian Ising
|
|
email = github@murgi.de
|
|
|
|
[includeIf "hasconfig:remote.*.url:https://github.com/**"]
|
|
path = ~/dotfiles/gitconfig/github.gitconfig
|
|
[includeIf "hasconfig:remote.*.url:git@github.com/**"]
|
|
path = ~/dotfiles/gitconfig/github.gitconfig
|
|
[includeIf "hasconfig:remote.*.url:https://git.fh-muenster.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:*/**"]
|
|
path = ~/dotfiles/gitconfig/murgi.gitconfig
|
|
[includeIf "hasconfig:remote.*.url:git@vcs.murgi.de:*/**"]
|
|
path = ~/dotfiles/gitconfig/murgi.gitconfig
|
|
[includeIf "hasconfig:remote.*.url:git@git-int.sit.fraunhofer.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
|