Working with GIT

Join GitHub (https://github.com/join).

working with git
git init
git clone [url]
git status
git add [file]
git commit -m "a descriptive commit message"
git push [alias] [branch]
git pull

Resources