Integration of GitFlow
First off: Love the extension and that you keep it alive.
In our company we use GitFlow as our strategy for creating branches/merges. This leads to graphs that look like this:
Blue is develop, pink is master and purple our release branch that we use for merging. We would love to have the release branch always in the same column (i.e. 1) so the graph looks more symetrical and is easier to read. So in this example the release branch wouldnt be the 3/4 column (starting from 0) but rather 1 as a fixed value.
Any possibility that we can implement this and turn it on via a config? If I didnt explain it perfectly, feel free to ask more questions. I would do it myself if I was good enough in TypeScript (which im obv not)
As mentioned in https://github.com/hansu/vscode-git-graph/issues/26, I will not implement any new features and focus instead on https://github.com/phil294/git-log--graph/.