Skip to content
janague edited this page Dec 1, 2012 · 6 revisions

GIT

Copy repository in local

Command git clone you copy a git repository in local

git clone https://github.com/mswlEco2012/CollaborativeNotebook.git

cd CollaborativeNotebook

Copy repository in local

git pull https://github.com/mswlEco2012/CollaborativeNotebook.git

Tracking New Files

git add FILE

Committing Your Changes

git commit -m "closed #4: DESCRIPTION"

Checking the Status of Your Files

git status

Showing Your Remotes

git remote -v