Return to Snippet

Revision: 19872
at November 2, 2009 16:42 by nate63179


Initial Code
git remote add origin git@YOUR_SERVER_HOSTNAME:myrepo.git
# after add, and commit steps
git push origin master:refs/heads/master

Initial URL


Initial Description


Initial Title
Gitosis: Push new repo

Initial Tags
git

Initial Language
Other