README.md
setup.py
saga/Commit.py
saga/CommitGraph.py
saga/Repository.py
saga/__init__.py
saga/main.py
saga/path_utils.py
saga/base_file/File.py
saga/base_file/__init__.py
saga/base_file/mixed_data_type/MixedDataType.py
saga/base_file/mixed_data_type/__init__.py
saga/base_file/mixed_data_type/constants.py
saga/base_file/mixed_data_type/diff_utils.py
saga/base_file/mixed_data_type/lcs.py
saga/base_file/mixed_data_type/merge_utils.py
saga/commands/__init__.py
saga/commands/command_add.py
saga/commands/command_branch.py
saga/commands/command_checkout.py
saga/commands/command_clone.py
saga/commands/command_commit.py
saga/commands/command_diff.py
saga/commands/command_init.py
saga/commands/command_log.py
saga/commands/command_merge.py
saga/commands/command_pull.py
saga/commands/command_push.py
saga/commands/command_remote.py
saga/commands/command_status.py
saga/commands/command_test.py
saga/commands/parser.py
saga/commands/utils.py
saga/file_types/__init__.py
saga/file_types/binary_file.py
saga/file_types/csv_file.py
saga/file_types/excel_file.py
saga/file_types/file_utils.py
saga/file_types/text_file.py
saga/operations/__init__.py
saga/operations/add.py
saga/operations/checkout.py
saga/operations/clone.py
saga/operations/commit.py
saga/operations/create_branch.py
saga/operations/diff.py
saga/operations/get_remote.py
saga/operations/init.py
saga/operations/list_branches.py
saga/operations/log.py
saga/operations/login.py
saga/operations/merge.py
saga/operations/pull.py
saga/operations/push.py
saga/operations/status.py
saga_vcs.egg-info/PKG-INFO
saga_vcs.egg-info/SOURCES.txt
saga_vcs.egg-info/dependency_links.txt
saga_vcs.egg-info/entry_points.txt
saga_vcs.egg-info/requires.txt
saga_vcs.egg-info/top_level.txt
tests/cli/__init__.py
tests/cli/cli_utils.py
tests/cli/test_add.py
tests/cli/test_branch.py
tests/cli/test_checkout.py
tests/cli/test_commit.py
tests/cli/test_commit_graph.py
tests/cli/test_diff.py
tests/cli/test_init.py
tests/cli/test_log.py
tests/cli/test_merge.py
tests/cli/test_remote.py
tests/cli/test_status.py
tests/cli/test_tmp.py