Git Home

A dotfiles manager using git.

Abstract

Git Home is a git extention to allow one to easaly manage there configuration files withouth needing to go through any symlinking or generating from third party apps.

Usage:

git home [add <files> | status | init | commit <options> | 
          log | --help | -- <git-sub-command>]

Commands:

For example, to commit your changes and then see a log of your commit history you could run:

git home commit -m "some message" -- status | less

Global Variables: