What are your recommendations for Git visualisation?
With this, comes the difficulty in visualising progress, history and collaboration within a small team. Issues arise due to a no -standard, or non-existent, workflow (but that's for a different discussion).
I believe a visualisation tool would greatly help the team I work with, but with little experience outside of GitHub, I'm looking for advice from those that have used other tools.
e.g. Gitlab: to me, it looks like the answer, or at least something pretty close. But I don't want to commit to something, propose to my team, only to later discover a fundamental flaw or usage restrictions etc.
EDIT: An ideal feature would be the concept of pull requests or merge requests. Given the current team workflow, not every piece of work is to be released as soon as its completed so having some visualisation of things waiting on the wings is important.
Help in research would be grately appreciated.
Thanks community :)
6 comments
[ 3.1 ms ] story [ 22.7 ms ] threadFor that Gitlab is certainly the best option – or a private repository at Github. I'd trust their security much more than anything I could roll myself.
Right now it doesn't support analyzing/visualizing merges/pull requests, but it will down the road. What it does really well right now, is it lets you analyze changes across branches, which is a precursor to merge/pull requests analytics. Below is an example of how you can use it to analyze two branches from the rethinkdb project:
https://gitsense.com/insight?c=bitbucket:gitsense/contexts:g...
I write a bit more about how the tool works in the GitSense blog:
https://gitsense.com/blog
Right now I'm working on deep integration with Bitbucket and Microsoft, but you can use the standalone web tool, to analyze repos from GitHub/GitHub Enterprise, Bitbucket Cloud/Server or GitLab Server/Cloud. If GitHub and GitLab supports injection points in their product, I'll provide deep integration with them as well.
Another potential I guess, however I've never used Docker or Go so maybe not worth the risk.