Fix typo in modules/ROOT/pages/installation/index.adoc #179

Merged
sgallagh merged 1 commit from :fix/bgryzyng/install-doc-typo into main 2026-05-14 13:04:54 +00:00
Contributor

Fix typo.

Fix typo.
sgallagh approved these changes 2026-05-12 16:40:24 +00:00
pboy self-assigned this 2026-05-14 08:42:14 +00:00
pboy removed their assignment 2026-05-14 08:42:37 +00:00
Owner

@sgallagh Do you know what the message "This branch does not contain the latest Commits from the base branch" means in forgejo! Can we merge without loosing those previous commits?

@sgallagh Do you know what the message "This branch does not contain the latest Commits from the base branch" means in forgejo! Can we merge without loosing those previous commits?
Owner

It means it either needs to be rebased or merged with a merge commit.

It means it either needs to be rebased or merged with a merge commit.
Owner

Sorry, for more detail: it means that the branch this is targeting (main) has had additional commits pushed to it since this merge request was created. As a result, this patch either needs to be "rebased" (which means, instead of applying atop an older version of the main branch, it needs to apply atop the latest) or else a merge commit will be added that resolves things.

In this case, it's such a trivial patch that merging with an automatic rebase is probably the simplest option, which I will go ahead and do.

Sorry, for more detail: it means that the branch this is targeting (`main`) has had additional commits pushed to it since this merge request was created. As a result, this patch either needs to be "rebased" (which means, instead of applying atop an older version of the `main` branch, it needs to apply atop the latest) or else a merge commit will be added that resolves things. In this case, it's such a trivial patch that merging with an automatic rebase is probably the simplest option, which I will go ahead and do.
Sign in to join this conversation.
No description provided.