[GIT] Add gitconfig
This commit is contained in:
3
gitconfig/fhms.gitconfig
Normal file
3
gitconfig/fhms.gitconfig
Normal file
@@ -0,0 +1,3 @@
|
||||
[user]
|
||||
name = Fabian Ising
|
||||
email = f.ising@fh-muenster.de
|
||||
18
gitconfig/gitconfig
Normal file
18
gitconfig/gitconfig
Normal 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
|
||||
3
gitconfig/github.gitconfig
Normal file
3
gitconfig/github.gitconfig
Normal file
@@ -0,0 +1,3 @@
|
||||
[user]
|
||||
name = Fabian Ising
|
||||
email = github@murgi.de
|
||||
3
gitconfig/murgi.gitconfig
Normal file
3
gitconfig/murgi.gitconfig
Normal file
@@ -0,0 +1,3 @@
|
||||
[user]
|
||||
name = Fabian Ising
|
||||
email = fabian@murgi.de
|
||||
Reference in New Issue
Block a user