Do You Put Code Repos In The Install Fodle?
Do You Put Code Repos In The Install Fodle? How do I setup a git repository? Create a directory to contain the project. Go into the new directory. Type git init . Write some code. Type git add to add the files (see the typical use page). Type git commit . Where should I clone