- Watch: 1.1 Meet Git
- Watch: 1.2 The three-fold model
- Watch: 1.3 Being selective with Git
In your terminal, create a demo project that replicates these steps:
git init demo
(cd into it)touch readme.md
git add readme.md
git reset readme.md
git add readme.md
(to get it back in the staging area)git commit -m ‘commit empty readme’
- Take a screenshot of your terminal and post to the Education Community.