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

no support for `git merge A B` #1093

Closed thetayloredman closed 1 year ago

thetayloredman commented 1 year ago

git merge can take two arguments, but lgb only allows 1

pcottle commented 1 year ago

Supporting multiple merge arguments would mean supporting octopus merges, which was a pretty non-trivial lift in terms of the UI (and the git engine). I also don't see people using octopus merges a lot out in the wild, so it seemed like a fine thing to not support.

pcottle commented 1 year ago

(closing this out but reopen if you think this should be prioritized)