CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
MANIFEST.in
README
README.md
setup.py
GitMan.egg-info/PKG-INFO
GitMan.egg-info/SOURCES.txt
GitMan.egg-info/dependency_links.txt
GitMan.egg-info/entry_points.txt
GitMan.egg-info/requires.txt
GitMan.egg-info/top_level.txt
docs/index.md
docs/about/changelog.md
docs/about/contributing.md
docs/about/license.md
docs/interfaces/api.md
docs/interfaces/cli.md
docs/interfaces/plugin.md
docs/setup/environment.md
docs/setup/git.md
docs/use-cases/branch-tracking.md
docs/use-cases/build-integration.md
docs/use-cases/linked-features.md
docs/use-cases/sparse-checkouts.md
docs/use-cases/submodules.md
gitman/__init__.py
gitman/__main__.py
gitman/cli.py
gitman/commands.py
gitman/common.py
gitman/exceptions.py
gitman/git.py
gitman/plugin.py
gitman/settings.py
gitman/shell.py
gitman/system.py
gitman/models/__init__.py
gitman/models/config.py
gitman/models/source.py
gitman/tests/__init__.py
gitman/tests/conftest.py
gitman/tests/test_cli.py
gitman/tests/test_commands.py
gitman/tests/test_common.py
gitman/tests/test_git.py
gitman/tests/test_models_config.py
gitman/tests/test_models_source.py
gitman/tests/test_plugin.py
gitman/tests/test_shell.py
gitman/tests/test_system.py
gitman/tests/utils.py
gitman/tests/files/gdm-custom.yml
gitman/tests/files/gdm-default.yml
gitman/tests/files/gitman.yml
gitman/tests/files/gitman_sources/.DS_Store
gitman/tests/files/gitman_sources/htmlcov/_Users_Browning_Documents_gitman_gitman_commands_py.html
gitman/tests/files/gitman_sources/htmlcov/_Users_Browning_Documents_gitman_gitman_git_py.html
gitman/tests/files/gitman_sources/htmlcov/_Users_Browning_Documents_gitman_gitman_models_config_py.html
gitman/tests/files/gitman_sources/htmlcov/_Users_Browning_Documents_gitman_gitman_models_source_py.html
gitman/tests/files/gitman_sources/htmlcov/_Users_Browning_Documents_gitman_gitman_shell_py.html
gitman/tests/files/gitman_sources/htmlcov/coverage_html.js
gitman/tests/files/gitman_sources/htmlcov/gitman_commands_py.html
gitman/tests/files/gitman_sources/htmlcov/gitman_models_source_py.html
gitman/tests/files/gitman_sources/htmlcov/gitman_shell_py.html
gitman/tests/files/gitman_sources/htmlcov/index.html
gitman/tests/files/gitman_sources/htmlcov/jquery.ba-throttle-debounce.min.js
gitman/tests/files/gitman_sources/htmlcov/jquery.debounce.min.js
gitman/tests/files/gitman_sources/htmlcov/jquery.hotkeys.js
gitman/tests/files/gitman_sources/htmlcov/jquery.isonscreen.js
gitman/tests/files/gitman_sources/htmlcov/jquery.min.js
gitman/tests/files/gitman_sources/htmlcov/jquery.tablesorter.min.js
gitman/tests/files/gitman_sources/htmlcov/keybd_closed.png
gitman/tests/files/gitman_sources/htmlcov/keybd_open.png
gitman/tests/files/gitman_sources/htmlcov/status.json
gitman/tests/files/gitman_sources/htmlcov/style.css
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_cli.py
tests/test_main.py
tests/utilities.py