Actions

PyCharm and github

From Rabbi Blog

Revision as of 22:34, 30 January 2020 by Rabbi Bob (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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