How Do I Create A Local Git Repository In Linux?
How Do I Create A Local Git Repository In Linux? 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 . How do I create a local git repository? Create a