-
-
Notifications
You must be signed in to change notification settings - Fork 930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify text to immediately after opening text editor #709
Comments
My read of how the second edit is constructed is that it assumes familiarity with the steps performed at the start of the lesson. This could be complicated by working with new environments and/or text editors. I think the above suggestion is good for clarity, and would also suggest being explicit in what we're adding to the file using the code format, mirroring the initial text written at the start of the lesson.
And verify the file has changed by running Output: |
Thanks for the feedback. Someone added the text
right above the commands when the second line is added to the file. Do you think this explanation is enough? It might be very cluttered if each |
Closing, given changes to the lesson have addressed the original issue. |
The git-novice workshop is really good, and I got to learn about git fairly sufficiently without prior experience in it.
However, the lessons instruct the learner to edit texts as the lessons progress. Typically as exemplified beginning at episode 4 "Tracking changes", the instruction is:
$ nano mars.txt
which is immediately followed by;
$ cat mars.txt
and the output shows the edited text.
For some learners who are just getting acquinted with Unix and then git, there may be some confusion.
I suggest that the exact text to be added be given in an instruction prior to the request to open the text editor.
For example:
Now suppose Dracula adds the following information to the file"The two moons may be a problem for Wolfman"
$ nano mars.txt
$ cat mars.txt
Output
Cold and dry, but everything is my favorite color
The two moons may be a problem for Wolfman
Thanks
The text was updated successfully, but these errors were encountered: