sggit 0.0.4

Scatter Gather Git or in short sggit, is a wrapper around git meant to help managing scattered files across your file system.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Scatter-Gather Git

### Motivation:
I regularly work with more than one development platform and I have many configuration files scattered around each platform.
To keep my environments in sync and to add a version control element to the mix I am writing this git wrapper that will manage
a central repository which structure will be described in a configuration file (Infrastructure as code style).

Note: This is WIP, I just want to keep my work public

TODO: Give installation and basic usage instructions.

P.S.
If anyone has found a better solution for this please do let me know so I can go back to watching TV.