cse190largecodebases / group-project-bit-converter

group-project-bit-converter created by GitHub Classroom
Other
0 stars 0 forks source link

Update Git Init functionality #11

Closed kencasimiro closed 1 year ago

kencasimiro commented 1 year ago

Made it where git init (perform_repo) now displays to the text window for confirmation. It can handle if there is an existing repo, initialize a new repo, check if the path given is invalid (file, rather than a repo).

Screenshot 2023-05-30 at 12 17 14 AM Screenshot 2023-05-30 at 12 17 52 AM Screenshot 2023-05-30 at 12 30 21 AM
kencasimiro commented 1 year ago

Great idea to include these user-friendly messages 😃. I think you missed a case though, for when the user enters a path that doesn't exist. I included a screenshot below for reference.

Screen Shot 2023-05-31 at 4 20 41 PM

Thanks for the review Michael. I added it! Its in the new PR (#19)