Closed
Description
So far I met a few different ways to get a clone:
git clone https://github.com/python/devguide
git clone https://github.com/python/devguide.git
git clone [email protected]:python/devguide.git
AFAICT there is no difference between the first two but when I use those it asks me for user/password whenever I try to push something, whereas if I use the third way it doesn't.
Is there a preferred form that we should use in the devguide? Are there other differences that should be noted? Do contributors and core devs use the same URL?