GI
githubteacher/miniature-spork
GitHub Class for March 22nd and 23rd
GitHub for Developers
- March 22-23, 2017
- Facilitators:
- Matt Desmond (@beardofedu)
- Contributors
- aklauza
- rugvedarg
- dmendoza2017
- njsden
- rheadmar
Give Us Feedback
Please take a moment to complete the class survey at: http://www.surveygizmo.com/s3/3288613/42129ab0aa3a.
Scripts for Adding Files
- Bash:
for d in {1..6}; do touch file$d.md; git add file$d.md; git commit -m "adding file $d"; done - PowerShell:
for ($d=1; $d -le 6;$d++) { touch file$d.md; git add file$d.md; git commit -m "adding file$d.md";}
Resources
Two Stage Commit
- https://services.github.com/on-demand/images/two-stage-commit-a.jpg
- https://services.github.com/on-demand/images/two-stage-commit-b.jpg
- https://services.github.com/on-demand/images/two-stage-commit-c.jpg
- https://services.github.com/on-demand/images/two-stage-commit-d.jpg
- https://services.github.com/on-demand/images/two-stage-commit-e.jpg