-
Notifications
You must be signed in to change notification settings - Fork 25
Implement hands on hp-view-commits #104
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
base: main
Are you sure you want to change the base?
Implement hands on hp-view-commits #104
Conversation
woojiahao
left a comment
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.
Left some minor nits
|
|
||
| create_or_update_file( | ||
| "fruits.txt", | ||
| "apples\nbananas\ncherries\ndragon fruits\n", |
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.
Use a multi-line string to avoid \n
|
|
||
| create_or_update_file( | ||
| "fruits.txt", | ||
| "apples, apricots\nbananas\nblueberries\ncherries\ndragon fruits\nfigs\n", |
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.
Use a multi-line string to avoid \n
| "apples, apricots\nbananas\nblueberries\ncherries\ndragon fruits\nfigs\n", | ||
| ) | ||
| add(["fruits.txt"], verbose) | ||
| commit("Update fruits list", verbose) No newline at end of file |
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.
| commit("Update fruits list", verbose) | |
| commit("Update fruits list", verbose) | |
Exercise Review
Exercise Discussion
#90
Checklist
Git-Masteryorganization, have you created a request for it?repo-smithto validate the exercise grading scheme?test-download.sh?git-autograder?app?