PyCharm and github: Difference between revisions
From Rabbi Blog
(Created page with "=GitHub= * Have GitHub account =Git= * Download Git ** * https://git-scm.com/download/win * Install C:\Program Files\Git * Accept defaults (usually) =PyCharm= * PyCharm->Set...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
=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= | =GitHub= | ||
* Have GitHub account | * Have GitHub account |
Revision as of 22:37, 30 January 2020
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