From c36d455247997f63931f9f9cf8202aa3b2ce8766 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Mon, 6 Nov 2023 09:27:41 +0100 Subject: [PATCH] improve git-setup-doc --- docs/unsure-where-to-put/dev-notes.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/unsure-where-to-put/dev-notes.md b/docs/unsure-where-to-put/dev-notes.md index 31943a9816..a3fe3d1e63 100644 --- a/docs/unsure-where-to-put/dev-notes.md +++ b/docs/unsure-where-to-put/dev-notes.md @@ -14,13 +14,11 @@ TAGS="sqlite" make build generate-swagger # sync base branch ``` +# setup a second repo for excosy implementation +git clone https://git.exozy.me/a/gitea.git exosy + # add remotes git remote add forgejo git@codeberg.org:forgejo/forgejo.git -git remote add exozy https://git.exozy.me/a/gitea.git - -# get the exozy development local -git fetch exozy -git switch -c exozy exozy/main # rebase on top of forgejo/forge-development git checkout forgejo-development