Reminder to self: make a list of URL suffixes to show branch diagrams of repositories
Posted by jpluimers on 2018/12/18
One of the BitBucket features I like a lot is that in the commit history, you see the branches involved in a nice diagram on the left side of the commits: https://bitbucket.org/pypy/pypy/commits
BitBucket used to be popular to host public repositories, but from a public perspective, they are on the decline for that (they even removed the [once popular] bitbucket.org/explore page and [WayBack] will not re-introduce it).
Right now, only major git based hosters still have explore pages:
- https://gitlab.com/explore
- https://github.com/explore and https://github.com/trending (it [used to be called] https://github.com/repositories)
So it makes sense to see where they provide diagrams of branches, so here are some examples to go from a project to the graph:
- https://bitbucket.org/pypy/pypy
- https://gitlab.com/gitlab-org/gitlab-ce
- https://gitlab.com/gitlab-org/gitlab-ce/network/master (in the Web UI you click on Repository, then on Graph)
- https://github.com/gitlabhq/gitlabhq
- https://github.com/gitlabhq/gitlabhq/network (in the Web UI, click on Insights->Graphs, then wait and click on Network; if there are many branches, this page will not load)
- https://github.com/python/cpython
–jeroen






Leave a comment