LICENSE
README.md
pyproject.toml
src/giddy/__init__.py
src/giddy/cli.py
src/giddy/config.py
src/giddy/git.py
src/giddy/main.py
src/giddy/ui.py
src/giddy/utils.py
src/giddy/workflows.py
src/giddy_cli.egg-info/PKG-INFO
src/giddy_cli.egg-info/SOURCES.txt
src/giddy_cli.egg-info/dependency_links.txt
src/giddy_cli.egg-info/entry_points.txt
src/giddy_cli.egg-info/requires.txt
src/giddy_cli.egg-info/top_level.txt
tests/test_amend.py
tests/test_clean_branch_name.py
tests/test_config.py
tests/test_get_remote_repo_info.py
tests/test_git.py
tests/test_switch_branch.py
tests/test_undo.py
tests/test_untrack.py