Inform people better that the init_exercise function will navigate them into a different folder
Closed this issue · 10 comments
People got confused because they were no longer in the Exercise folder when they were doing the exercises. Make it clearer that it is meant to be like this.
Commit a2039f1 echoes some additional information for the init_exercise function.
We would need the same for init_simple_repo_remote
and init_repo_remote
as it navigates you to conference_planning
Ok, I did something similar to init_simple_repo_remote
and init_repo_remote
here: 6387dab
Nice!
Is it also possible to have this message in bold letters or in a way that it doesn't get lost among the other messages?
Hmm good question. The black bold may be to similar to the rest. So I would do red or green. Should we go with red?
Alright, we have bold and red messages now: 907d591
Great, but I think "Working directory prepared" should not be colored. Only the message about moving directories.
solved by 966c597
LGTM