Git Init

First of all In the Project Directory

git init

git add <filename>

git commit -a

Then

Your GIT_Repository section

git clone —bare <project_directory>

This will create a GIT repository to the Project Directory which you can share and people can clone it from.

0 notes