Git Product home page Git Product logo

gitgraph's Introduction

Moved from code.google.com/p/alexandrembm-gitgraph. Fork under GPLv3.

Generates a PNG or SVG representation of your Git repository's commit history.
 
Very simple. Just a bash script. Super handy.
 
Usage: gitgraph [options] [MaxDepth] [refs] 

Options:

   -a          : include all tags and branches
   -c          : simplify graph by aggregating nodes with only one child
   -cc         : simplify "same as -c", but make sure nodes with more than 
                 one parent don't get aggregated with others
                  (kinda of a sluggish operation)
                  
   -d          : Output as svg (not png)
   -q          : quiet (do not launch viewer)
   -high <ref> : highlight the left-parent hierarchy for <ref> 

 MaxDepth      : max number of log entries to process (default: 100)
 
 refs          : commit references (tags, branches, shas); this is passed
                 directly to "git log"

gitgraph's People

Contributors

alexandre-mbm avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

svenroederer

gitgraph's Issues

dia dependency

dia is hard to install on manjaro
maybe it's better to rewrite in modern tools

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.