[GIT] Add gitconfig

This commit is contained in:
Fabian Ising
2024-04-05 12:58:41 +02:00
parent 175e11ab4a
commit d9b50de699
4 changed files with 27 additions and 0 deletions

3
gitconfig/fhms.gitconfig Normal file
View File

@@ -0,0 +1,3 @@
[user]
name = Fabian Ising
email = f.ising@fh-muenster.de

18
gitconfig/gitconfig Normal file
View File

@@ -0,0 +1,18 @@
# 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:https://vcs.murgi.de/**"]
path = ~/dotfiles/gitconfig/murgi.gitconfig
[includeIf "hasconfig:remote.*.url:ssh://git@vcs.murgi.de:2244/**"]
path = ~/dotfiles/gitconfig/murgi.gitconfig

View File

@@ -0,0 +1,3 @@
[user]
name = Fabian Ising
email = github@murgi.de

View File

@@ -0,0 +1,3 @@
[user]
name = Fabian Ising
email = fabian@murgi.de