Sorry, this might be a dumb question, but I just couldn't figure out what the problem was.
I cloned the branch via git (bitpack) , changed some files, committed them and pushed them back to the remote start.
Now I want to push this commit to another branch, which is partially in front and behind the current branch. So I tried: git push origin HEAD:differentBranch
but it didn’t work ("Updates were rejected because the branch responder clicked behind its remote partner").
How can i fix this? Sorry again, my git skills are still evolving.
source
share