/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
git remote add origin git@YOUR_SERVER_HOSTNAME:myrepo.git # after add, and commit steps git push origin master:refs/heads/master