Skip to content
New issue

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

Allow merge keyword take 2 or more branch names to draw an octopus merge #4791

Open
oglops opened this issue Aug 31, 2023 · 1 comment
Open
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request

Comments

@oglops
Copy link

oglops commented Aug 31, 2023

Proposal

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
Loading

but branch-A and branch-B do not merge at the same commit

Example

Make the synta support merge branch-A branch-B, and make it show an octopus merge

Screenshots

No response

@oglops oglops added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request labels Aug 31, 2023
@reactive-firewall
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants