-
Notifications
You must be signed in to change notification settings - Fork 1
Mini How to's
janague edited this page Dec 1, 2012
·
6 revisions
Command git clone you copy a git repository in local
git clone https://github.com/mswlEco2012/CollaborativeNotebook.git
cd CollaborativeNotebook
git pull https://github.com/mswlEco2012/CollaborativeNotebook.git
git add FILE
git commit -m "closed #4: DESCRIPTION"
git status
git remote -v