git-training

Something

Git commands

  • git init - initialize git repo
  • git remote add origin <the url>
  • git pull - pull the code
  • git pull origin master - pull from master
  • git push