I like to think I'm well versed enough in how to use git, at least on a day-to-day basis. Having had plenty of experience with GitHub repos, both private and public, I now find myself in a situation whereby I should assume GitHub is not an option, and use 'self-hosted' repos.<p>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).<p>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.<p>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.<p>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.<p>Help in research would be grately appreciated.<p>Thanks community :)
Disclaimer: I'm the creator of GitSense which is focused on Git analytics and search<p>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:<p><a href="https://gitsense.com/insight?c=bitbucket:gitsense/contexts:gs_contexts::default.ccf#b=github:rethinkdb/rethinkdb:next::github:rethinkdb/rethinkdb:v2.3.x" rel="nofollow">https://gitsense.com/insight?c=bitbucket:gitsense/contexts:g...</a><p>I write a bit more about how the tool works in the GitSense blog:<p><a href="https://gitsense.com/blog" rel="nofollow">https://gitsense.com/blog</a><p>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.
Just spotted this come up on HN New as well, pull requests included: <a href="https://opsnotice.xyz/gogs-git-docker/" rel="nofollow">https://opsnotice.xyz/gogs-git-docker/</a><p>Another potential I guess, however I've never used Docker or Go so maybe not worth the risk.