diff --git a/How make a git repository b/How make a git repository new file mode 100644 index 0000000..3155b47 --- /dev/null +++ b/How make a git repository @@ -0,0 +1,7 @@ + +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 .