0.0
No commit activity in last 3 years
No release in over 3 years
Store, add or edit all kind of info in your git repositiory without polluting git history.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10
~> 3

Runtime

~> 0.19
 Project Readme

SimpleInfo Build Status

Store, add or edit all kind of info in your git repositiory without polluting git history.

Use Cases

  • Often I like to store info about infrastructure configuration. Info such as: where project domain is registered or where emails or web app are hosted.
  • Often I store git commands setuping my personal username and email so in case of some quick fix I can commit as myself.
  • In case you want to store some specific deployment instructures I wrote git-reminders. Please check it out.

Instalation

gem install simple-info

Usage

To add or edit info:

  simple-info edit
  # your fav text editor opens, so you can type your instructions

To see stored info:

  simple-info
  simple-info show

To push info to remote:

  simple-info push origin

To push info from remote:

  simple-info pull origin

Internals

SimpleInfo uses annotated git tag. Special tag is created on top of first commit.