aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--USE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/USE.md b/USE.md
index 93aed5e..f2e2f0e 100644
--- a/USE.md
+++ b/USE.md
@@ -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