From cd4c2833bc503e1d406c8b3925afa26a5474c4ed Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 8 Aug 2016 15:56:07 +0200 Subject: Fix and improve wording in publish. --- USE.md | 4 ++-- 1 file 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 -- cgit v1.2.3