I had a branch called feature_1
. I created a merge request and I merged feature_1
into master
.
After some time I had problems with the changes I made in feature_1
so I reverted it. Now I need all the commits I made in feature_1
but in a new branch, this means that I need to get the changes but the commits (hash) need to be new.