Part 1: Installing VMware and CentOS
Part 2: Expanding CentOS's Minimal Install
Part 3: Installing Python 3.6
Part 4: Linking PyCharm to Github via SSH
This is Part 5: Running through Git-It again, this time with PyCharm
Run through Git-it again, but with PyCharm
At this point we're just about ready to start working in PyCharm. All that remains is to work through Git-it again, but using only PyCharm, to discover any differences along the way (or to become more familiar with PyCharm). Each numbered step below corresponds to a step in the Git-it sequence.
Before you begin: Remove hello-world and patchwork
In Github, remove hello-world and patchwork by going to https://github.com/my_user_name/repo_name/settings (like https://github.com/gbarwis/hello-world/settings, for example) and scrolling down to the bottom of the page to the delete this repository feature.
In a terminal, remove both the hello-world and patchwork repositories from your local host via:
$ rm -rf ~/hello-world/ ~/patchwork/