From 11f2f53a3e0df2e56132dfddc8960356bc9ef596 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Thu, 11 May 2023 08:57:57 +0200 Subject: [PATCH] minor clarifications --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b050de..f0e0f63 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,16 @@ git-cvs2git.sh \ \ \[\\]\ * git-get-and-build-repo.sh\ bring down current git repository and run mockbuild\ git-get-and-build.sh \ \ \[\\]\ -\ will build from local GITEA (in config) otherwise from remote GITEA +\ will build from local GITEA (in config), otherwise from remote GITEA * git-migrate-repo.sh\ create mirror or copy of src.koozali.org repository in a local GITEA instance\ git-mirror-repo.sh \ \ \[\ \\]\ \ will create local repo as either a copy or a mirror of the remote repo (default = copy)\ -\ within your local GITEA, otherwise local user +\ within your local GITEA, otherwise local user - must exist already * git-migrate-org.sh\ create mirrors of all repos for an organisation in a local GITEA instance\ git-mirror-org.sh \ \[\ \\]\ \ will create local repos as either a copy or a mirror of the remote repos (default = copy)\ -\ within your local GITEA, otherwise local user \ No newline at end of file +\ within your local GITEA, otherwise local user - must exist already \ No newline at end of file