Closed vinceg4 closed 1 month ago
@vinceg4 You are encouraged to try to fix it but it's not required. Just be more careful in future, as this is a common branching mistake.
Tagging a few other students (randomly selected) who have completed related increments, in case they can pitch in: @casperngeen @sumomomomomo @fusin02 @chiangqinkang @zaidansani @tansanchian @engyuhan @GabrielCWT @Feng1231 @Zenkoh1 Others are welcome to pitch in too.
Normally I would not recommend trying to fix it since it is pushed upstream. (Other people might be working on it) But since this repo is just for you.
branch-A-CodeQuality
's HEAD
by 1 (Undo merge of master
)master
's HEAD
by 2 (Undo merge of branch-A-CodeQuality
and branch-A-Assertions
into master
)branch-A-Assertions
to the commit with tag A-Checkstyle
(Makes the 2 branches parallel)master
@vinceg4 A gentle reminder to close this issue if the problem has been resolved. If not resolved yet, please post a comment explaining which part of the problem/question remains unresolved.
While doing this week's iP task. I seem to have accidentally created another branch off another branch. This led to this outcome which does not seem to match the ones shown in the project task:
Based on the picture it seems like I created branch-A-Assertions off of branch-A-CodeQuality but checking my git bash history, it seems to be the other way round:
(ignore branch-A-Streams because I deleted it) What is the appropriate way to fix this issue given that I have already pushed some of the branches into my remote repo?