Skip to content

Git Tutorial

faridani edited this page Jan 30, 2012 · 5 revisions

Before submitting anything to the master do the following

  • git add
  • git commit -m "message"

then do a git pull

  • git pull

then push

  • git push origin master
Clone this wiki locally