diff options
-rw-r--r-- | USE.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,8 +60,8 @@ and then push your local changes: To publish a git repository initially created locally, first create a new empty git publicly, -then your existing local git where its new origin will be, -and finally push your git into its new location: +then tell your local git where its new origin will be, +and finally push your local git into its new public location: ssh [[!template id=githost]] git init --bare --shared /srv/git/[[!template id=githost]]/example.git git remote add origin [[!template id=githost]]:/srv/git/[[!template id=githost]]/example.git |