Skip to content

Instantly share code, notes, and snippets.

View leonvisscher's full-sized avatar

Leon Visscher leonvisscher

View GitHub Profile
@leonvisscher
leonvisscher / gist:a975bf444ac46180465f0fd18d3a7866
Created August 3, 2019 09:29
Multiple git repos with deploy key SSH config
# ~/.ssh/config
Host alias-repo-1 github.com
Hostname github.com
IdentityFile ~/.ssh/keyfile1
Host alias-repo-2 github.com
Hostname github.com
IdentityFile ~/.ssh/keyfile2
# Git clone commands