Actions

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...")
(No difference)

Revision as of 22:34, 30 January 2020

GitHub

  • Have GitHub account

Git

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