= GitFarm
GitFarm provides free private git hosting. You can use the [here http://gitfarm.appspot.com/] below to create a new git repository.
== How To Access Your Free Git Repository
Once you have successfully created your git repository, please remember your repository name and password. You can clone your repository to local using the command below:
git clone http://repository_name@gitfarm.appspot.com/git/repository_name.git
Then you can make and commit changes locally, once you need to push to the remote repository, use the command below:
git push http://repository_name@gitfarm.appspot.com/git/repository_name.git master
Don't remember to replace repository_name to your own repository name.
== MUST READ
- You will be prompt to input your password latter in the command line.
- If you don't want to type password everytime, you can use url like: http://repository_name:password@gitfarm.appspot.com/git/repository_name.git
- To be more secure, you can use https:// version of our service.