fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
450 stars 10 forks source link

[Question] Fixing branch location in graph #2156

Closed AntumArk closed 4 months ago

AntumArk commented 4 months ago

Hi there!

My repo has master branch for stable releases and develop for PRs. And I noticed that the branch in graph is not always fixed to the same graph column: master, develop and feature switches places. Would there be a way to fix master to most left column, following release branches if present and then develop? The feature branches then would follow default behavior.

I am thinking it would look like this: .......................................develop ........................release..............| master.............| .......................|

DanPristupov commented 4 months ago

Would there be a way to fix master to most left column, following release branches if present and then develop?

No, there's no way to do that.

AntumArk commented 4 months ago

Thanks!