pcottle / learnGitBranching

An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!
https://pcottle.github.io/learnGitBranching/
MIT License
30.11k stars 5.72k forks source link

level cherry pick solution does not match problem. #1143

Open nimbius opened 1 month ago

nimbius commented 1 month ago

answer should be cherry-pick C3 C5 C7, solution shows C3 C4 C7

PiotrNowek commented 1 month ago

Hi :) I found a bug in the learnGitBranching project. Here are the details:

Description: In lesson 1 level 3(main) program except answer cherry-pick C3 C4 C7 in final task, I expected answer cherry-pick C3 C5 C7. The program did not skip to the next lesson.

Expected Behavior: Answer cherry-pick C3 C5 C7 is correct

Actual Behavior: Answer cherry-pick C3 C4 C7 is correct

Screenshots/Logs: 2024-05-24 11_24_47-Learn Git Branching — Mozilla Firefox

Environment:

Peter