Hey @jni,
I just taught this tutorial and had some thoughts, but I didn't want to do a PR in case you complete disagree 😛
Firstly, I've decided I like it much better than the SWC version. It's much more succinct and has less side-tracks. It also focuses much more on branching and collaboration. Note, I taught a mini version because I only had 1.5 hours.
Suggestions:
git add mars.txt
git commit -m "message"
I know this is a common shortcut, but I think it's a bad habit, particularly for beginners. It leads to lots of accidental committing of things as the project gets more complicated.
Hey @jni,
I just taught this tutorial and had some thoughts, but I didn't want to do a PR in case you complete disagree 😛
Firstly, I've decided I like it much better than the SWC version. It's much more succinct and has less side-tracks. It also focuses much more on branching and collaboration. Note, I taught a mini version because I only had 1.5 hours.
Suggestions:
git commit -a -m "message"with:I know this is a common shortcut, but I think it's a bad habit, particularly for beginners. It leads to lots of accidental committing of things as the project gets more complicated.