Last active
June 10, 2021 16:49
-
-
Save dbritto-dev/adddd2f36066ce441c7dadf360b1dfaf to your computer and use it in GitHub Desktop.
Revisions
-
dbritto-dev revised this gist
Jun 10, 2021 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,8 +4,9 @@ Clone a new project for a new account GIT_SSH_COMMAND='ssh -i ~/.ssh/<id_rsa_custom>' git clone [email protected]:<your-project>.git ``` Configure git to use the custom GIT_SSH_COMMAND ```sh git config core.sshCommand 'ssh -i ~/.ssh/<id_rsa_custom>' ``` > **Note:** run this command inside of the repo -
dbritto-dev revised this gist
Dec 2, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ Clone a new project for a new account ```sh GIT_SSH_COMMAND='ssh -i ~/.ssh/<id_rsa_custom>' git clone [email protected]:<your-project>.git ``` Configure git to use the custom GIT_SSH_COMMAND -
dbritto-dev revised this gist
Dec 2, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ Clone a new project for a new account ```sh GIT_SSH_COMMAND='ssh -i ~/.ssh/==<id_rsa_custom>==' git clone [email protected]:<your-project>.git ``` Configure git to use the custom GIT_SSH_COMMAND -
dbritto-dev revised this gist
Dec 2, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ Clone a new project for a new account ```sh GIT_SSH_COMMAND='ssh -i ~/.ssh/**<id_rsa_custom>**' git clone [email protected]:<your-project>.git ``` Configure git to use the custom GIT_SSH_COMMAND -
dbritto-dev revised this gist
Sep 24, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ Clone a new project for a new account ```sh GIT_SSH_COMMAND='ssh -i ~/.ssh/<id_rsa_custom>' git clone [email protected]:<your-project>.git ``` Configure git to use the custom GIT_SSH_COMMAND ```sh git config core.sshCommand 'ssh -i ~/.ssh/<id_rsa_custom>' ``` -
dbritto-dev created this gist
Sep 24, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ Clone a new project for a new account ```sh GIT_SSH_COMMAND='ssh -i ~/.ssh/id_rsa_elementbio' git clone [email protected]:elembio/templates/graphql-api.git ``` Configure git to use the custom GIT_SSH_COMMAND ```sh git config core.sshCommand 'ssh -i ~/.ssh/id_rsa_elementbio' ```