HackYourFuture / HTML-CSS

70 stars 202 forks source link

GIT is easier to learn without the CLI #86

Closed tomasvanrijsse closed 2 years ago

tomasvanrijsse commented 3 years ago

Most people I know don't use GIT on the command line. And I think that using a visual representation works better didactically. I'd would argue that it makes more sense to start talking about the CLI once the students start to work with NPM.

Gitkraken is the GIT client I would advise because:

  1. It is free
  2. It is available on all platforms
  3. It has a nice graph view of the commits ( you can easily demonstrate branches and merging )
  4. They have a lot of tutorials that are pretty good.
tomasvanrijsse commented 3 years ago

Tip: make use of the CLI to practice your GIT skills. This not only teaches you how GIT works, but also how to work like a real software developer!

(copied from week 3 makeme.md)

I'm really annoyed when I see quotes like these :man_facepalming: IMHO using the CLI doesn't make you a 'real software developer', this is just a strong opinion from the person who wrote this course.

robvk commented 3 years ago

I always use the CLI for git, but agree with you that our curriculum should be neutral on these kinds of things. In the homework for JavaScript the students already need to do some npm things to set up so definitely need to keep CLI basics in this module.

Will see if I can make a PR in the upcoming week to add GUI's to the options for git and give students the choice what to do.

robvk commented 2 years ago

Finally got round to it and that line is gone plus I have linked to gitkraken and vscode extension as an alternative. No more lies about being real software developers. Thanks, as always, for suggestions to making the curriculum better