Install the formula
brew install digitalspacestdio/nextgen-devenv/digitalspace-git-ssh
Generatethe key for specific repo.
ssh-keygen -f ~/.ssh/id_rsa_github_com_companyname_repositoryname -t rsa
or for the whole company.
ssh-keygen -f ~/.ssh/id_rsa_github_com_companyname -t rsa
Export the environment variable to override the default client
Recomended to add to your rc file
export GIT_SSH_COMMAND=$(brew --prefix git-ssh)'/bin/git-ssh'
Clone the repo
git clone [email protected]:companyname/repositoryname.git