-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add commit with vim info to the instructions #16
base: master
Are you sure you want to change the base?
Conversation
taylorshephard
commented
Sep 11, 2024
- Added info about committing with vim to lab 8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the mention of vim could happen in an earlier prompt (it can also be mentioned here)
Left additional suggestions on the code
docs/lab_08.html
Outdated
# modified: hello.js | ||
# | ||
</pre> | ||
<p>On the first line, you would enter the commit message for example: “Using process.argv”. Save the file and exit the editor. You then would see:</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe include information, or at least reference how to
- Enter
Insert
mode - Save and exit
- Exit without saving
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay I added a list of commands that explain how to do that
Co-authored-by: Peter Barnum <[email protected]>
I put it on lab 8 because lab 7 and 8 are labeled to be about committing. I can also put it on lab 7 instead @ptbarnum4 |
@taylorshephard I suggested putting it earlier because it references the previous step |
Co-authored-by: Peter Barnum <[email protected]>