PyCharm and github
From Mike Beane's Blog
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