Created
May 10, 2016 07:41
-
-
Save Veve2/deeaab7763535781c2022869e0cabe77 to your computer and use it in GitHub Desktop.
Exécuter des commandes git avec une clé ssh spécifique
This file contains 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 characters
ssh-agent bash -c 'ssh-add /home/myuser/.ssh/github.key; git pull [email protected]:MYPROJECT/myproject.git' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment