Project

gitoe

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
a local web app, to show local git changes
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0
>= 0
>= 3.6.3
>= 0
>= 0

Runtime

 Project Readme

gitoe

a local web app, to show local git changes

gitoe (hopefully) reveals changes done in a local repository, like:

  • what did I do ?
  • what did this git command do ?

gitoe can be installed by:

$ gem install gitoe

And running

$ gitoe

By default, it starts a local web server at 127.0.0.1:12345. Interface and port can be specified, run gitoe -h for complete usage.

It works by

  • dig commits out of the repo, and visualize them
  • look into .git/logs/refs, and parses reflog message.

Gitoe is build upon