.editorconfig
.mergify.yml
.travis.yml
AUTHORS
AUTHORS.rst
CONTRIBUTING.rst
ChangeLog
Dockerfile
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
.github/ISSUE_TEMPLATE.md
docs/.gitignore
docs/Makefile
docs/_config.yml
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
git_wrapper/__init__.py
git_wrapper/branch.py
git_wrapper/commit.py
git_wrapper/exceptions.py
git_wrapper/remote.py
git_wrapper/repo.py
git_wrapper/tag.py
git_wrapper.egg-info/PKG-INFO
git_wrapper.egg-info/SOURCES.txt
git_wrapper.egg-info/dependency_links.txt
git_wrapper.egg-info/not-zip-safe
git_wrapper.egg-info/pbr.json
git_wrapper.egg-info/requires.txt
git_wrapper.egg-info/top_level.txt
git_wrapper/utils/__init__.py
git_wrapper/utils/decorators.py
integration_tests/__init__.py
integration_tests/conftest.py
integration_tests/test_branch.py
integration_tests/test_commit.py
integration_tests/test_rebase.py
integration_tests/test_repo.py
integration_tests/test_tag.py
integration_tests/test_branch/test-bad.patch
integration_tests/test_branch/test.diff
integration_tests/test_branch/test.patch
tests/__init__.py
tests/conftest.py
tests/test_branch.py
tests/test_commit.py
tests/test_remote.py
tests/test_repo.py
tests/test_tag.py