-
Notifications
You must be signed in to change notification settings - Fork 89
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
- git clone [email protected]:faridani/MatlabNLP.git
For updating local copy use
- git fetch origin