This page looks best with JavaScript enabled

git foresta

 ·  🎃 kr0m

Git-foresta is a git log viewer in text mode, written in Perl. It allows us to generate graphs that will quickly show us the commits and merges of each developer in the repository.

We download the Perl script and give it execution permissions:

curl -L https://github.com/takaaki-kasai/git-foresta/raw/master/git-foresta -o ~/git-foresta
chmod +x ~/git-foresta

We position ourselves at the root of the repository and execute the script:

cd /usr/local/www/nginx/alfaexploitv20/
~/git-foresta –style=10

It will generate an output similar to this one:

There are several options that can be indicated to the script, which can be found here .

If you liked the article, you can treat me to a RedBull here