Horje
git change ssh key Code Example
git change ssh key
git config core.sshCommand "ssh -i ~/.ssh/id_rsa_example -F /dev/null"
git pull
git push

# Other way
edit .git/config file like:

[core]
	sshCommand = ssh -i ~/.ssh/id_rsa_example -F /dev/null




Shell

Related
batch move file Code Example batch move file Code Example
update aws amplify cli Code Example update aws amplify cli Code Example
pip problem linux Code Example pip problem linux Code Example
how to add font in ubuntu Code Example how to add font in ubuntu Code Example
git github private fatal repository not found Code Example git github private fatal repository not found Code Example

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