git-xargs
git-xargs copied to clipboard
use SSH for operations
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
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.