WIP: NextJS + StaticCms (not functional) #27

Draft
reminec wants to merge 1 commit from features/nextjs into develop
Owner
No description provided.
reminec added this to the v0.0.1 milestone 2023-03-30 22:15:41 +00:00
reminec added 1 commit 2023-03-30 22:15:42 +00:00
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin features/nextjs:features/nextjs
git checkout features/nextjs

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout develop
git merge --no-ff features/nextjs
git checkout features/nextjs
git rebase develop
git checkout develop
git merge --ff-only features/nextjs
git checkout features/nextjs
git rebase develop
git checkout develop
git merge --no-ff features/nextjs
git checkout develop
git merge --squash features/nextjs
git checkout develop
git merge --ff-only features/nextjs
git checkout develop
git merge features/nextjs
git push origin develop
Sign in to join this conversation.
No description provided.