Hi Jeff, I follow below steps to do clone from git to gitolite (I did the cvs2git migration of individual repository successfully). 1- login to gitolite user and add repository entry in to gitolite.conf file and do add,commit and push. In push operation output it shows the path of the repository. 2- from gitolite_home I run below command git clone ssh://git@xxxxxxxxxxxxxxx/ora/data/test.git (tis is do the clone of my repository so I can see the actual data inside the repository) 3- then cd to test and push all the changes ; git push --all gitolite@xxxxxxxxxxxxxxx:test 4- push all tags also; git push --tags gitolite@xxxxxxxxxxxxxxx:test 5- lastly do the clone of test repository to my workstation using tortoise git tool; ssh://gitolite@mygitserver/test Please guide me if anything missing or needs to add. Thanks. -- View this message in context: http://git.661346.n2.nabble.com/how-to-clone-checkout-branch-tag-vesion-from-GIT-repository-tp7546744p7553161.html Sent from the git mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html