I had a issue with 7 commits ahead of main, 1 behind..., somehow fixed, partially. But I still get 1 commit ahead, 2 commits behind. Doing
git rebase master
git push --force-with-lease origin myfeature
on both branches and writes up-to-date
. Everything is committed in feature
branch.
Anybody, would appreciate some help.
P.S. I know, i have to take a git course...