Created
July 13, 2015 05:02
-
-
Save zhangyuan/6cc89ed1c47591b8671e to your computer and use it in GitHub Desktop.
gitssh
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 characters
| #!/bin/bash | |
| /usr/bin/ssh -i /path/to/identity.file "$@" | |
| # Usage: GIT_SSH=~/bin/gitssh git fetch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment