From 4644693abd99ed422297acd5b8a1a1a12801eae7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 26 May 2024 17:12:03 +0200 Subject: fix use of hint githostref; drop now unused hint githost --- SETUP.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/SETUP.md b/SETUP.md index 1e18ef6..2c951df 100644 --- a/SETUP.md +++ b/SETUP.md @@ -16,7 +16,6 @@ while some is done using git-annex-specific commands. NB! This documentation uses special strings which you may want to adapt for your local setup: -githost: source.example.org githostref: src.ex.org gitshellhost: git.example.org @@ -81,9 +80,9 @@ then tell your local git where its new origin will be, and finally push your local git and git annex into its new public location: ```shell -ssh git.example.org git init --bare --shared /srv/git/src.ex.org/example.git -ssh git.example.org GIT_DIR=/srv/git/source.example.org/example.git git annex init -git remote add origin git.example.org:/srv/git/src.ex.org/example.git +ssh git.example.org git init --bare --shared /srv/git/src.ex.../example.git +ssh git.example.org GIT_DIR=/srv/git/src.ex.../example.git git annex init +git remote add origin git.example.org:/srv/git/src.ex.../example.git git push --set-upstream origin master git annex sync --content --all ``` -- cgit v1.2.3