PyCharm and github
From Rabbi Blog
Background
First time setup with github (I've had the account forever, maybe did one thing in it for Minetest. Now that I'm in a class in programming (Python) and working between home and school, it's probably a good idea to get this working. For the class we are using PyCharm and I've made a quick list of getting things set up.
GitHub
- Have GitHub account
Git
- Download Git
- Install C:\Program Files\Git
- Accept defaults (usually)
PyCharm
- PyCharm->Settings-Git->"C:\Program Files\Git\cmd\git.exe"
- Open PyCharm
- Open from Repository
- Get link from GitHub
Commit
- Right click the file to commit->git->commit
Testing
New Projects
- Start a project shell in GitHub
- Grab the link from GitHub
- Sync PyCharm
- Setup files locally and commit