cse190largecodebases / group-project-bit-converter

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

Fixed SourceControlGUI import statement, renamed menu option from Git Configurations to Source Control #4

Closed MichaelM1 closed 1 year ago

MichaelM1 commented 1 year ago

Moved the import statement for SourceControlGUI in editor.py from inside the EditorWindow class to the top of the file. With this change, I was also able to delete the duplicate SourceControlGUI code in editor.py in favor of the version located in git.py. I also renamed the menu option from Git Configurations to Source Control.

kencasimiro commented 1 year ago

Looks good! Thanks Michael for correcting the rename and fixing the import issue for git.py

MichaelM1 commented 1 year ago

I also added a menu tab called "Select Repository" where the user can input the file path of their repository. This will initialize the folder as a git repository if it isn't a repository yet.

Screen Shot 2023-05-29 at 4 49 59 PM