1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-11-12 14:43:32 +01:00

[ssh] if a host starts with git, use git as user

This commit is contained in:
Eric Teunis de Boone 2021-11-09 13:40:41 +01:00
parent aa1eca1167
commit 32cc8c3e07
2 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,3 @@
# Some git domain such as github.com, gitlab.com, or git.*
Host git*
User git

View file

@ -1,3 +0,0 @@
# Github
Host github.com
User git