Tuesday, February 1, 2011

How to get the master branch to your local machine from central git server

To get local copy of git repo from centralized got server, run the following command
git clone git@<your got server>:some/path/project.git

No comments:

Post a Comment