开发者

View version control progress graphically

开发者 https://www.devze.com 2023-03-05 13:27 出处:网络
Is there a software for mac that lets me view the progress of the branches in either git or svn like in thi开发者_Go百科s image (from here)

Is there a software for mac that lets me view the progress of the branches in either git or svn like in thi开发者_Go百科s image (from here)

View version control progress graphically


Git Web Access implements a new kind of visualization which is inspired by schacon's drawings in ProGit.

Note: Although not a desktop application, it should work on a Mac (with some help from Safari) ;-)

See below an example:

View version control progress graphically


Not to the level of the above given picture, but I find git log --graph and gitk to be good enough visual indicators.

0

精彩评论

暂无评论...
验证码 换一张
取 消