So I have a branch that was created from develop called feature/123
I have done some work on it, but in the meanwhile develop was worked on and now my branch is behind. I need to rebase but not sure how to in in git kraken.
in my merge request in gitlab i have this message
Fast-forward merge is not possible. To merge this request, first rebase locally.
So, in order to do this, do I have to:
check in develop, right click feature/123 and select 'Rebase develop onto feature/123'
or
check in feature/123, right click develop and select 'Rebase feature/123 into develop'
i remember the wording being confusing here, as well as which brach to be checked into at the time.