If you have multiple git repos, like project1
, project2
, projectN
, etc. you may want to use them with different contexts. In that case, run ssh-context switch CONTEXT_YOU_WANT_TO_USE_FOR_THAT_GIT_REPO
and context name will be saved to git config ssh.context
var in your local repo (remote not affected).
Check README file for more information