Closed CinquilCinquil closed 4 months ago
I tried, but it apparently isn't recognizing that the 15 commits i did in issue-67 are already in the v2. I think its because those commits are all squashed inside a commit called "Resolves #67 (#79)". So when i try to rebase, it asks me to solve all of them manually (wich i don't think is the right way), like its treating them as totally new commits, despite the fact that they arrive at the same end result.
What i thought about doing was saving my changes locally, then deleting this branch and creating it again with the right base, after that commit my changes again, since they weren't that big. What do you think @alvarofpp ?
@CinquilCinquil
v2
branch;cherry-pick
for your commits in the issue-68
branch;
Please rebase your branch.