-
-
Notifications
You must be signed in to change notification settings - Fork 874
Closed
Labels
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 git@github.com: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?