mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
updated rebase instructions
This commit is contained in:
parent
6b14d1a562
commit
a08e435a1e
|
@ -122,11 +122,11 @@ git reset --hard origin/forgejo-federated-star
|
||||||
# provide testinstance
|
# provide testinstance
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
git checkout test-release
|
git switch test-release
|
||||||
git rebase --onto forgejo-federated-star
|
git rebase --onto forgejo-federated-star
|
||||||
git merge forgejo/forgejo-branding
|
git merge forgejo/forgejo-branding
|
||||||
git push --force
|
git push --force
|
||||||
```
|
```
|
||||||
|
|
||||||
# generate swagger api client
|
# generate swagger api client
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue