I need to update an earlier file but I need to modify it in the place that it was update before, is it possible?
... commit A (Add fileA, Add fileB) --> commit B (update file B) ...--> HEAD
I need to go to commit B and rewrite the file and keep the same structure.
I'm working in my branch and it was still not merged so I wont have problems with others developers. Someone recommend me use rebase but I don't understand how to use it to solve this problem.
Thanks in advance.