Actions

Git

From zen2

Revision as of 01:07, 19 July 2016 by Chris (talk | contribs)

Add changes and upload to repo

  • git add -u
  • git add .
  • git status
  • git commit -m "A description of changes"
  • git push

Pull from repo

  • git pull