Fix typo in modules/ROOT/pages/installation/index.adoc #179
No reviewers
Labels
No labels
in progress
in progress
meeting
need info
ongoing work project
on hold
pending activity
release test
user documentation
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
server/user-documentation!179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch ":fix/bgryzyng/install-doc-typo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix typo.
@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?
It means it either needs to be rebased or merged with a merge commit.
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 themainbranch, 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.