Horje
git specify ssh key for repo Code Example
git clone ssh key
ssh-agent bash -c 'ssh-add /somewhere/yourkey; git clone git@github.com:user/project.git'
git specify ssh key for repo
# Add this to ~/.ssh/config
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_rsa_github




Shell

Related
show hidden file linux terminal Code Example show hidden file linux terminal Code Example
how to push from colab to github Code Example how to push from colab to github Code Example
git untrack Code Example git untrack Code Example
empty a file linux Code Example empty a file linux Code Example
nodemon use Code Example nodemon use Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11