Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visualize branches on GitHub

Tags:

git

branch

github

In TortoiseGit, gitk or on BitBucket, it is common to have a visualization of the project history with all the branches, like this:

enter image description here

However, GutHub's commit history seems to be flat, at least I couldn't find a way to display this kind of graph. Can the GitHub's web UI somehow visualize branches like other Git clients commonly can?

like image 783
Borek Bernard Avatar asked Oct 06 '22 06:10

Borek Bernard


1 Answers

You can see a graph, but without commit messages in Insights => Network section (commit messages with authors are shown on hover).

Example: https://github.com/google/orbit/network Network grap

like image 193
Ruslan Ostafiichuk Avatar answered Oct 18 '22 00:10

Ruslan Ostafiichuk