I generally clone with the https address and then add a second git remote with the ssh URL that I can push to.
I use this technique to hopefully reduce the chance of doing git push with something wrong. One trick I discovered is that you can use the https address from the address bar when cloning from GitHub. I did not see anything for your references [1], [2], or [3]. Happy new year! On Wed, Jan 1, 2020 at 12:45 PM Niklas Merz <niklasm...@apache.org> wrote: > Happy New Year everyone, > > I am still going through documents and repos to find more about the > development processes and tools in Cordova. I found those two seemingly > most relevant repos [1] and [2]. > > While going through this doc and setting up [3], I wondered why > cordova-coho just uses HTTPS for the repos? I am using SSH for all git > repos because of 2FA and ease of use. > > So that are questions. Is anyone/everyone using cordova-coho? If so, are > you using it via HTTPS? I changed it for me to SSH. Does it make sense > to make PR which adds this? If yes, should I make it via a CLI flag or > as default. > > Looking forward, to your feedback. I am still finding my way how work > efficiently with development on Cordova. > > Regards Niklas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org > For additional commands, e-mail: dev-h...@cordova.apache.org > >