Making my own Git implementation on Python (Forked from https://github.com/acmpesuecc/myGit_hn6)

0 stars 8 forks 0 watchers Python GNU General Public License v3.0
hacknight-2025 hacktoberfest
1 Open Issue Need Help Last updated: Oct 17, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The `read-tree` command currently throws an unhandled exception when an invalid object ID is provided. The task is to implement error handling to catch this exception and display a user-friendly error message instead of crashing.

Complexity: 2/5
good first issue Bounty: 10

Making my own Git implementation on Python (Forked from https://github.com/acmpesuecc/myGit_hn6)

Python
#hacknight-2025#hacktoberfest