ashdaily / python-tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git

  • It helps you to save the versions of code
  • Repositories are basically projects
  • git init (you don't have do this, this one time)
  • git status
  • git add .
  • git commit -m "first commit ever"
  • git push

About


Languages

Language:Python 100.0%