Skip to content
This repository has been archived by the owner on Mar 16, 2018. It is now read-only.
/ gitoe Public archive

visualize local git repository, and command executed in it

License

Notifications You must be signed in to change notification settings

jokester/gitoe

Repository files navigation

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

About

visualize local git repository, and command executed in it

Resources

License

Stars

Watchers

Forks

Packages

No packages published