Requirement: Git branch merge
Git Merge: A branch merge is performed locally with Git Merge, and you want to push it to Gerrit to review the repository. However, when you commit it, you can say:
Git Merge: A branch merge is performed locally with Git Merge, and you want to push it to Gerrit to review the repository. However, when you commit it, you can say:
! [remote rejected] HEAD -> refs/for/dev (no new changes)
No new changes have been made to the system, but the changes are linear. Gerrit will not allow you to submit a review if you don’t have a new commit. If you don’t have a new commit, Gerrit will not allow you to submit a review.
Method 1: When git merge, add the –no-ff parameter to make it a new commit so that it can commit ~ (but the generated Gerrit change does not see the change).
Method 2: Push directly into the remote library without going through Gerrit. (Not recommended)
Read More:
- Git push failed, prompt unpack error / unpack failed solution
- git push error failed to push some refs to solution
- How to Fix GIT Push Error
- Git push you are not allowed to upload merges
- gerrit error: missing Change-Id in commit message footer
- Git failed to submit data error: failed to push some refs to’https://github.com/XXXXXXX/gif.git’
- Git solves pull origin error: the following untracked working tree files would be rewritten by merge
- Pull is not possible because you have unmerged files. Please, fix them up in the work tree, and then
- [Git & GitHub] Solution: error: failed to push some refs to’https://github.com/xxxx.git’
- You need to resolve your current index first
- Error: failed to push some refs to ‘xxx’
- pathspec ‘master’ did not match any files known to git
- How to solve error: failed to push some refs to ‘[email protected]:……git pull conflict
- How to use vimdiff to solve conflict?
- Failed to push some refs to
- Error: You have not concluded your merge (MERGE_HEAD exists)
- You are not allowed to upload merges in Git push
- Error: SRC refspec master does not match any. error: failed to push some refs to
- Git pull undo misoperation