You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add write-tree and ls-tree scaffolding to Git class
- Implemented `write_tree` method in `Git` class to recursively hash directories and files.
- Added scaffolding for `ls-tree` command with placeholder logic.
- Updated CLI parser to support `ls-tree` with `--name-only` flag.
- Removed `create_blob` from `utils` in favor of `Git.create_blob`.
- Refactored tests to use new `Git` class methods and added initial tests for `write_tree`.
- Updated `.gitignore` to exclude PyCharm `.idea` directory.
0 commit comments