We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently it can not visualize an octopus merge the best I could get is
gitGraph branch branch-A branch branch-B checkout branch-A commit commit commit checkout branch-B commit commit checkout main commit commit commit merge branch-A checkout main merge branch-B
but branch-A and branch-B do not merge at the same commit
branch-A
branch-B
Make the synta support merge branch-A branch-B, and make it show an octopus merge
merge branch-A branch-B
No response
The text was updated successfully, but these errors were encountered:
Please implement this feature! This is one of the key features of git. GitHub's own octopus avatar is even a nod to this feature of git!
Sorry, something went wrong.
No branches or pull requests
Proposal
Currently it can not visualize an octopus merge the best I could get is
but
branch-A
andbranch-B
do not merge at the same commitExample
Make the synta support
merge branch-A branch-B
, and make it show an octopus mergeScreenshots
No response
The text was updated successfully, but these errors were encountered: