Simple workflow of collaboration in small team using git and GitHub
This gist describes example of simple workflow on repository whose changes are tracked by git and GitHub
1) Clone (download repository from GitHub to your computer)
# Go to directory where repository will be cloned (downloaded)
cd ~/Documents
# Clone repository from GitHub