How could the content be improved?
In 02-setup, all of the options and then reviewing the changes in nano are given as git config --global followed by whatever comes next, but for listing the config options the command is git config --list --global, putting --global at the end. Since this command works fine in either order, I wonder if it makes sense to put --global before --list for consistency, to reduce extraneous cognitive load.
If people agree, i will be happy to open a PR to make the change.
Which part of the content does your suggestion apply to?
Episode 2: setup
How could the content be improved?
In 02-setup, all of the options and then reviewing the changes in nano are given as
git config --globalfollowed by whatever comes next, but for listing the config options the command isgit config --list --global, putting--globalat the end. Since this command works fine in either order, I wonder if it makes sense to put--globalbefore--listfor consistency, to reduce extraneous cognitive load.If people agree, i will be happy to open a PR to make the change.
Which part of the content does your suggestion apply to?
Episode 2: setup