Improvement: Render branch names on the other side in GitGraphs #6551
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Uh oh!
There was an error while loading. Please reload this page.
Description
In Git graphs the branch names are currently rendered on the left in left-to-right diagrams and top in top-to-bottom diagrams etc., that is, on the side of the oldest commit.
This is a bit awkward since git branches are actually pointers to single commits, specifically, the last commit of the series of commits that are informally considered "part of that branch".
Steps to reproduce
Screenshots
No response
Code Sample
Setup
No response
Suggested Solutions
Therefore I propose to
Additional Context
No response
The text was updated successfully, but these errors were encountered: