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
Software Development Version Control

AI Summary: This issue requests the addition of error handling for the `read-tree` function. Specifically, when an invalid object ID is provided, the current behavior is to raise an exception. The goal is to catch this exception and display a user-friendly error message instead.

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