LICENSE
MANIFEST.in
README.md
setup.py
gitalong/__info__.py
gitalong/__init__.py
gitalong/batch.py
gitalong/cli.py
gitalong/commit.py
gitalong/contexts.py
gitalong/enums.py
gitalong/exceptions.py
gitalong/functions.py
gitalong/repository.py
gitalong/store.py
gitalong.egg-info/PKG-INFO
gitalong.egg-info/SOURCES.txt
gitalong.egg-info/dependency_links.txt
gitalong.egg-info/entry_points.txt
gitalong.egg-info/requires.txt
gitalong.egg-info/top_level.txt
gitalong/resources/gitignore
gitalong/resources/hooks/post-applypatch
gitalong/resources/hooks/post-checkout
gitalong/resources/hooks/post-commit
gitalong/resources/hooks/post-rewrite
gitalong/stores/__init__.py
gitalong/stores/git_store.py
gitalong/stores/jsonbin_store.py
tests/test_example.py
tests/test_functions.py
tests/test_git_store.py
tests/test_jsonbin_store.py
tests/test_local_files.py