mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-22 05:36:16 +00:00
improve git-setup-doc
This commit is contained in:
parent
1f80e99857
commit
a0efbf7d72
|
@ -14,13 +14,11 @@ TAGS="sqlite" make build generate-swagger
|
||||||
# sync base branch
|
# sync base branch
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# setup a second repo for excosy implementation
|
||||||
|
git clone https://git.exozy.me/a/gitea.git exosy
|
||||||
|
|
||||||
# add remotes
|
# add remotes
|
||||||
git remote add forgejo git@codeberg.org:forgejo/forgejo.git
|
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
|
# rebase on top of forgejo/forge-development
|
||||||
git checkout forgejo-development
|
git checkout forgejo-development
|
||||||
|
|
Loading…
Reference in a new issue