I have a commit with 1 ahead
and 6 behind
.
What should I do in this situation?
I think, that solution might be like this:
git push
and after
git pull
But I think, it can solve only Behind
.
Maybe I am wrong.
-------*------*-----*-----*-----B
\
\
\
*-------A
I make my part and change sdk.
Now I want to merge with B
.