channelpenguin: (Default)

[personal profile] channelpenguin 2019-08-29 11:57 am (UTC)(link)
We use GitLab at work and I am happy with the Graph on there. But we don't have a massively complicated branching system, just feature branches, develop and master (only ever updated from develop).
channelpenguin: (Default)

[personal profile] channelpenguin 2019-08-29 12:02 pm (UTC)(link)
True, that would be handy. I use the GitHistory plugin in VSCode for that sort of thing.
momentsmusicaux: (Default)

[personal profile] momentsmusicaux 2019-08-29 12:00 pm (UTC)(link)
It doesn't take a complicated branch system to turn git history into spaghetti. If you have about half a dozen feature branches that branch off from dev at various points, and then are merged in successively (without rebasing), you get something that most git GUIs render like total crap.