5 ms·
Please provide these two lines, I'd love to utilize the same pattern in the future :)
by thewavelength 4y ago
Please provide these two lines, I'd love to utilize the same pattern in the future :)
- rgoulter 4y agoStuff in ~/.ssh/config which complements the git config in OP: Host foo.bitbucket.org HostName bitbucket.org User git IdentityFile ~/.ssh/foo_id As in, for using bitbucket.org with the private key ~/.ssh/foo_id, you'd instead clone from foo.bitbucket.org:owner/repo.