.codecov.yml
.fish.rc
.gitattributes
.gitignore
.pre-commit-config.yaml
.rc
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
pyproject.toml
sonar-project.properties
uv.lock
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/release.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build-binary.yml
.github/workflows/publish.yml
.github/workflows/release-binary.yml
.github/workflows/test-binary.yml
.github/workflows/test.yml
bin/git-nested
docs/diagrams.md
man/man1/git-nested.1
scripts/create-python-exe.sh
src/git_nested/__init__.py
src/git_nested/__main__.py
src/git_nested/_compat.py
src/git_nested/_version.py
src/git_nested/checks.py
src/git_nested/constants.py
src/git_nested/content.py
src/git_nested/discovery.py
src/git_nested/errors.py
src/git_nested/filters.py
src/git_nested/git.py
src/git_nested/gitfile.py
src/git_nested/history.py
src/git_nested/messages.py
src/git_nested/models.py
src/git_nested/output.py
src/git_nested/py.typed
src/git_nested/refs.py
src/git_nested/repo.py
src/git_nested/worktree.py
src/git_nested/yamlio.py
src/git_nested.egg-info/PKG-INFO
src/git_nested.egg-info/SOURCES.txt
src/git_nested.egg-info/dependency_links.txt
src/git_nested.egg-info/entry_points.txt
src/git_nested.egg-info/requires.txt
src/git_nested.egg-info/scm_file_list.json
src/git_nested.egg-info/scm_version.json
src/git_nested.egg-info/top_level.txt
src/git_nested/cli/__init__.py
src/git_nested/cli/app.py
src/git_nested/cli/main.py
src/git_nested/cli/parser.py
src/git_nested/cli/setup.py
src/git_nested/cli/spec.py
src/git_nested/commands/__init__.py
src/git_nested/commands/branch.py
src/git_nested/commands/clean.py
src/git_nested/commands/clone.py
src/git_nested/commands/commit.py
src/git_nested/commands/completion.py
src/git_nested/commands/config.py
src/git_nested/commands/diff.py
src/git_nested/commands/fetch.py
src/git_nested/commands/init.py
src/git_nested/commands/pull.py
src/git_nested/commands/push.py
src/git_nested/commands/status.py
src/git_nested/commands/version.py
src/git_nested/completion/__init__.py
src/git_nested/completion/scripts.py
tests/conftest.py
tests/e2e/test_branch.py
tests/e2e/test_clean.py
tests/e2e/test_clone.py
tests/e2e/test_commit.py
tests/e2e/test_completion.py
tests/e2e/test_config.py
tests/e2e/test_diff.py
tests/e2e/test_encode.py
tests/e2e/test_error.py
tests/e2e/test_fetch.py
tests/e2e/test_gitignore.py
tests/e2e/test_init.py
tests/e2e/test_nested_in_nested.py
tests/e2e/test_pull.py
tests/e2e/test_push.py
tests/e2e/test_rebase.py
tests/e2e/test_reclone.py
tests/e2e/test_status.py
tests/e2e/test_submodule.py
tests/e2e/test_version.py
tests/e2e/scenarios/test_extraction.py
tests/e2e/scenarios/test_filemode.py
tests/e2e/scenarios/test_filter.py
tests/unit/conftest.py
tests/unit/fakes.py
tests/unit/test_command.py
tests/unit/test_completion_engine.py
tests/unit/test_docs.py
tests/unit/test_facade.py
tests/unit/test_helpers.py
tests/unit/test_logging.py
tests/unit/test_repo_business.py