LICENSE
README.md
pyproject.toml
setup.py
gitfast/__init__.py
gitfast/cli.py
gitfast/main.py
gitfast/core/__init__.py
gitfast/core/detector.py
gitfast/core/installer.py
gitfast/core/push_resolver.py
gitfast/core/setup_wizard.py
gitfast/core/uninstaller.py
gitfast/core/updater.py
gitfast/merge/__init__.py
gitfast/merge/backup.py
gitfast/merge/detector.py
gitfast/merge/interactive.py
gitfast/merge/parser.py
gitfast/merge/resolver.py
gitfast/merge/strategies.py
gitfast/shells/__init__.py
gitfast/shells/bash.py
gitfast/shells/fish.py
gitfast/shells/powershell.py
gitfast/shells/zsh.py
gitfast/shortcuts/__init__.py
gitfast/shortcuts/auth.py
gitfast/shortcuts/tier1.py
gitfast/shortcuts/tier2.py
gitfast/shortcuts/tier3.py
gitfast/shortcuts/tier4.py
gitfast/token/__init__.py
gitfast/token/expiry.py
gitfast/token/manager.py
gitfast/token/storage.py
gitfast/token/validator.py
gitfast/utils/__init__.py
gitfast/utils/colors.py
gitfast/utils/git.py
gitfast/utils/os_utils.py
gitshorts.egg-info/PKG-INFO
gitshorts.egg-info/SOURCES.txt
gitshorts.egg-info/dependency_links.txt
gitshorts.egg-info/entry_points.txt
gitshorts.egg-info/top_level.txt
tests/test_auth.py
tests/test_installer.py
tests/test_merge.py
tests/test_shells.py
tests/test_shortcuts.py
tests/test_token.py