LICENSE
MANIFEST.in
README.md
pyproject.toml
tests/test_branch.py
tests/test_commands.py
tests/test_config.py
tests/test_diff.py
tests/test_integration.py
tests/test_merge.py
tests/test_objects.py
tests/test_remote.py
tests/test_reset.py
tests/test_stash.py
tests/test_web_interface.py
ugit/__init__.py
ugit/cli.py
ugit/commands/__init__.py
ugit/commands/add.py
ugit/commands/branch.py
ugit/commands/checkout.py
ugit/commands/clone.py
ugit/commands/commit.py
ugit/commands/config.py
ugit/commands/diff.py
ugit/commands/fetch.py
ugit/commands/init.py
ugit/commands/log.py
ugit/commands/merge.py
ugit/commands/pull.py
ugit/commands/push.py
ugit/commands/remote.py
ugit/commands/reset.py
ugit/commands/serve.py
ugit/commands/stash.py
ugit/commands/status.py
ugit/core/__init__.py
ugit/core/objects.py
ugit/core/repository.py
ugit/utils/__init__.py
ugit/utils/config.py
ugit/utils/helpers.py
ugit/web/server.py
ugit/web/static/css/style.css
ugit/web/static/js/app.js
ugit/web/templates/index.html
ugit_cli.egg-info/PKG-INFO
ugit_cli.egg-info/SOURCES.txt
ugit_cli.egg-info/dependency_links.txt
ugit_cli.egg-info/entry_points.txt
ugit_cli.egg-info/requires.txt
ugit_cli.egg-info/top_level.txt