git-xargs icon indicating copy to clipboard operation
git-xargs copied to clipboard

use SSH for operations

Open beliaev-maksim opened this issue 2 years ago • 1 comments

Currently from documentation it is unclear if SSH or HTTPS is utilized. If there is a possibility to switch between two?

Can we please update the docs to reference it.

And if it is not possible, then would be great to add SSH support

beliaev-maksim avatar Jun 28 '23 08:06 beliaev-maksim

It uses HTTPS, since it's possible to use the auth token to do the cloning. It seems to not be supported.

I maintain a similar project called multi-gitter that does support it with the --ssh-auth flag. You might want to check it out.

lindell avatar Nov 09 '23 05:11 lindell