Category Archives: Software Version Control

git Software Version Control

Git command reference Step 1 – Initialize git (terminal) $ git config –global user.name  ‘Your Name Comes Here’ $ git config –global user.email ‘you@yourdomain.example.com’ $ git init Step 2 – Open a new repository (browser) Step 3 – Create git repository (terminal) homework $ pwd                 Confirm location of… Read More »