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.34k stars 5.73k forks source link

Rebase update #1090

Closed birdalicious closed 1 year ago

birdalicious commented 1 year ago

Fixes issue #977, the breadth first search already has the commits in the order of tree hierarchy just in reverse.

Added the test case from the issue

netlify[bot] commented 1 year ago

Deploy Preview for xenodochial-hugle-b9ec84 ready!

Name Link
Latest commit eb5ef94cad7a2477b53f0d95e1afddff3dd78ab1
Latest deploy log https://app.netlify.com/sites/xenodochial-hugle-b9ec84/deploys/64bd7dd4955fb3000741c9a4
Deploy Preview https://deploy-preview-1090--xenodochial-hugle-b9ec84.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

pcottle commented 1 year ago

Great catch! Yeah if all the tests pass then I'm supportive of this -- seems like it solves the bug without affecting anything else