8000 GitHub - mrhubbs/git-graph
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mrhubbs/git-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Git Graph

Git Graph is a git command for showing the branch history as a graph. It's similar to git log --graph --abbrev-commit --oneline, but with several key things inspired by GitKraken's graph:

  • Branch names are displayed to the left of the graph, making it easier to find the branches
  • Branches are drawn as straight vertical lines (they never twist), making it a lot easier to follow them and find merges
  • The commits are shown as ASCII identicons and not hashes by default, making it easier to trace peoples' work

Installation

Linux and Mac:

Copy git-graph to somewhere in your path. Run as git-graph or git graph within a repo. The script is written in Ruby so you need to have that installed.

Windows:

To be determined

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0