Tagged Questions
5
votes
2answers
955 views
Passing SSH options to git-clone
I connect to my server using SSH:
ssh user@server -p 2224 -zZ abcd
I also have a git repository on my server. The only way I know to clone is:
git clone ssh://[email protected]:2224/path/to/repo
...