.editorconfig
.gitignore
.mergify.yml
.readthedocs.yaml
AUTHORS.rst
CHANGELOG.md
CONTRIBUTING.rst
Dockerfile
LICENSE
MANIFEST.in
Makefile
Pipfile
README.md
dist-requirements.txt
docs-requirements.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
./git_wrapper/__init__.py
./git_wrapper/branch.py
./git_wrapper/commit.py
./git_wrapper/exceptions.py
./git_wrapper/log.py
./git_wrapper/remote.py
./git_wrapper/repo.py
./git_wrapper/tag.py
./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_log.py
./integration_tests/test_rebase.py
./integration_tests/test_remote.py
./integration_tests/test_repo.py
./integration_tests/test_tag.py
./tests/__init__.py
./tests/conftest.py
./tests/test_branch.py
./tests/test_commit.py
./tests/test_log.py
./tests/test_remote.py
./tests/test_repo.py
./tests/test_tag.py
.github/ISSUE_TEMPLATE.md
.github/workflows/publish.yml
.github/workflows/test.yml
docs/.gitignore
docs/Makefile
docs/authors.rst
docs/changelog.md
docs/conf.py
docs/contributing.rst
docs/git_wrapper.rst
docs/git_wrapper.utils.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.md
docs/usage.rst
docs/_static/.placeholder
docs/_templates/.placeholder
git_wrapper/__init__.py
git_wrapper/branch.py
git_wrapper/commit.py
git_wrapper/exceptions.py
git_wrapper/log.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/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_log.py
integration_tests/test_rebase.py
integration_tests/test_remote.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_log.py
tests/test_remote.py
tests/test_repo.py
tests/test_tag.py
tooling/build_changelog