Gitosis: Push new repo


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. git remote add origin git@YOUR_SERVER_HOSTNAME:myrepo.git
  2. # after add, and commit steps
  3. git push origin master:refs/heads/master

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.