mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
reflect hard fork
This commit is contained in:
parent
6e6813a88b
commit
9662aee375
1 changed files with 2 additions and 2 deletions
|
@ -106,13 +106,13 @@ git clone https://git.exozy.me/a/gitea.git exosy
|
|||
git remote add forgejo git@codeberg.org:forgejo/forgejo.git
|
||||
|
||||
# rebase on top of forgejo/forge-development
|
||||
git switch forgejo-development
|
||||
git switch forgejo
|
||||
git fetch forgejo
|
||||
git reset --hard forgejo/forgejo-development
|
||||
git push --force
|
||||
|
||||
git switch forgejo-federated-star
|
||||
git rebase forgejo-development
|
||||
git rebase forgejo
|
||||
git push --force
|
||||
|
||||
# continue local development after rebase & force-push has happened
|
||||
|
|
Loading…
Reference in a new issue