2018-04-03

Git - how to clone a project


git clone https://github.com//.git


Or, adding the username and password parameters to the previous command, instead of entering them afterwards:

git clone https://username:password@github.com//.git