LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
githydra/__init__.py
githydra/__main__.py
githydra.egg-info/PKG-INFO
githydra.egg-info/SOURCES.txt
githydra.egg-info/dependency_links.txt
githydra.egg-info/entry_points.txt
githydra.egg-info/not-zip-safe
githydra.egg-info/requires.txt
githydra.egg-info/top_level.txt
githydra/src/__init__.py
githydra/src/logger.py
githydra/src/commands/__init__.py
githydra/src/commands/alias.py
githydra/src/commands/archive.py
githydra/src/commands/bisect.py
githydra/src/commands/blame.py
githydra/src/commands/branch.py
githydra/src/commands/bundle.py
githydra/src/commands/clean.py
githydra/src/commands/cloud.py
githydra/src/commands/commit.py
githydra/src/commands/compare.py
githydra/src/commands/config.py
githydra/src/commands/conflicts.py
githydra/src/commands/diff.py
githydra/src/commands/init.py
githydra/src/commands/interactive.py
githydra/src/commands/log.py
githydra/src/commands/notes.py
githydra/src/commands/patch.py
githydra/src/commands/project.py
githydra/src/commands/rebase.py
githydra/src/commands/reflog.py
githydra/src/commands/remote.py
githydra/src/commands/repair.py
githydra/src/commands/reset.py
githydra/src/commands/stage.py
githydra/src/commands/stash.py
githydra/src/commands/statistics.py
githydra/src/commands/status.py
githydra/src/commands/submodule.py
githydra/src/commands/sync.py
githydra/src/commands/tag.py
githydra/src/commands/team.py
githydra/src/commands/template.py
githydra/src/commands/worktree.py
githydra/src/ui/__init__.py
githydra/src/ui/console.py
githydra/src/utils/__init__.py
githydra/src/utils/git_helper.py
githydra/src/utils/project_creator.py