doc: fix typo and add bold weight to first mention of important terms in r.geomorphon manual page#4831
Merged
neteler merged 4 commits intoOSGeo:mainfrom Dec 20, 2024
Merged
Conversation
neteler
reviewed
Dec 15, 2024
Member
|
I tried to backport it but get: 12:12 $ git push upstream releasebranch_8_4
Enumerating objects: 46, done.
Counting objects: 100% (31/31), done.
Delta compression using up to 12 threads
Compressing objects: 100% (13/13), done.
Writing objects: 100% (19/19), 4.29 KiB | 4.29 MiB/s, done.
Total 19 (delta 14), reused 9 (delta 6), pack-reused 0 (from 0)
remote: Resolving deltas: 100% (14/14), completed with 10 local objects.
remote: error: GH013: Repository rule violations found for refs/heads/releasebranch_8_4.
remote: Review all repository rules at https://github.com/OSGeo/grass/rules?ref=refs%2Fheads%2Freleasebranch_8_4
remote:
remote: - This branch must not contain merge commits.
remote: Found 1 violation:
remote:
remote: cf219d0854cf3c67b547295547f606b1506ab2bd
remote:
To github.com:OSGeo/grass.git
! [remote rejected] releasebranch_8_4 -> releasebranch_8_4 (push declined due to repository rule violations)
error: failed to push some refs to 'github.com:OSGeo/grass.git'Does anyone know how to get rid of this problem? |
Member
When you updated your local branch, did you create a merge commit locally when pulling (and you did the commit before updating the local branch) |
Member
I see (almost): and how to get out of this? Seems to be here: commit be0a4be9ffc3e06333df82313900f04827f048b9 (HEAD -> releasebranch_8_4)
Author: Gregory Power <[email protected]>
Date: Fri Dec 20 06:11:27 2024 -0500
doc: fix typo and add bold weight to first mention of important terms in r.geomorphon manual page (#4831)
* fix typo
commit cf219d0854cf3c67b547295547f606b1506ab2bd (origin/releasebranch_8_4)
Merge: ce47f4ae9e f8f7f9667f
Author: Markus Neteler <[email protected]>
Date: Fri Dec 20 10:58:32 2024 +0100
Merge remote-tracking branch 'upstream/releasebranch_8_4' into releasebranch_8_4
commit f8f7f9667f64b59332dd8e18b86d8d3f95f2b254 (upstream/releasebranch_8_4)
Author: Edouard Choinière <[email protected]>
Date: Wed Dec 18 17:40:25 2024 -0500
CI: Assign milestone on merged PRs (#4414)
... |
Member
|
Rebase (make sure you don't push a changed commit) or reset your local branch some commits before, then pull at least one commit that is in releasebranch, then cherry pick again. |
neteler
pushed a commit
that referenced
this pull request
Dec 20, 2024
… in r.geomorphon manual page (#4831) * fix typo
Member
|
Solved with local support by @mmacata :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.