GitHub Quick Start
- Create a github account
- Create a repo by initializing it with a readme
- Clone the repo: git clone url.git
- Cd into repo
- Add the current folder to the repo: git add .
- Commit the current folder: git commit -am 'your message'
- git push
Add a friend
- Go to the repo settings
- Go to collaborators
- Search for your friend
- In order to clone the repo check the URL the repo
Update your repo: git pull
Cheat Sheet:
http://www.git-tower.com/blog/git-cheat-sheet-detail/