diff options
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.ssh/config | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 73533cd..892aeb0 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -26,11 +26,7 @@ ExitOnForwardFailure yes Include config_local config_my_hosts -Host bitbucket.org - User git -Host github.com - User git -Host gitlab.com +Host github.com bitbucket.org gitlab.com User git Host alt-bitbucket |