Skip to content

Git Tutorial

faridani edited this page Feb 2, 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

For removing deleted files from repository

  • git add -u

http://stackoverflow.com/questions/492558/removing-multiple-files-from-a-git-repo-that-have-already-been-deleted-from-disk

Using MatlabNLP (Downloading using Git)

For updating local copy use

  • git fetch origin
Clone this wiki locally