cse190largecodebases / group-project-bit-converter

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

Added git status functionality to Status Tab #9

Closed kencasimiro closed 1 year ago

kencasimiro commented 1 year ago

Added git status functionality to the project. Source Control now has a built-in window. Maybe we can use this window for error-checking/confirming our functionality works for init, add, remove, commit, etc.

When the user select status without initializing/selecting a repo, it outputs an error message of "No Repository Is Selected", if one is selected then it displays the git status command statements as shown below:

Screenshot 2023-05-29 at 7 36 52 PM Screenshot 2023-05-29 at 7 37 18 PM