Skip to content

MoravianUniversity/gitgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motivation

I wanted to create visualizations of a git history similar to those in the Git Book. I found a StackOverflow question that gave multiple ways to create graphics, and one of them is gitdags, a LaTeX package.

This tool uses gitdags to automatically generate a graphic visualizing the history of a repo. It is "dumb" because sometimes the branch tags overlap the commit hashes. The tool will generate the .tex file, and you can edit to fix this issue.

NOTE: You CANNOT name a branch with an _ (underscore) in it. This a sepcial character in latex, and the gitdags library also uses the name as an identifier. So you can't simply replace it with \_.

Requirements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages