Skip to content
Jake C edited this page Jul 11, 2022 · 5 revisions

Welcome to the GUI_Python with PyQt5 wiki!

Git Command Line

git init
git add .
git commit -m "first commit"
git remote add origin https://github.com/jworkslab/GUI_Python.git
git push origin master

Clone this wiki locally