Git Workflow Guide

# 0a. Fork the repo.
# 0b. Clone the repo.
… Read the rest
Joe:projects joeflack4$ git clone https://github.com/joeflack4/commcare-hq.git
Cloning into 'commcare-hq'...
remote: Counting objects: 846675, done.
remote: Compressing objects: 100% (149/149), done.
remote: Total 846675 (delta 104), reused 109 (delta 50), pack-reused 846472
Receiving objects: 100% (846675/846675), 415.87 MiB | 6.85 MiB/s, done.
Resolving deltas: 100% (627831/627831), done.
Checking out files: 100% (7490/7490), done.