-
Notifications
You must be signed in to change notification settings - Fork 25
implement hands on hp-first-commit #64
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
implement hands on hp-first-commit #64
Conversation
|
@SAN-MUYUN thank you for opening this! Sorry I missed it, I'll take a pass at it right now :) |
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.
@SAN-MUYUN Thank you for contributing! Just a minor comment, otherwise LGTM!
hands_on/first_commit.py
Outdated
| def download(verbose: bool): | ||
| os.makedirs("things") | ||
| os.chdir("things") | ||
| run_command(["git", "init", "--initial-branch=main"], verbose) |
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.
Could we use the init function in the exercise_utils.git package?
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.
Sure! I will make the necessary changes
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.
Great! Thanks! I'll approve and merge :)
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.
LGTM!
|
@SAN-MUYUN would you like to give implementing an exercise a go? I think it'll be very doable! |
Sure! But I can only start working on it next week. Getting a little busy this week. |
Exercise Review
Exercise Discussion
#52
Checklist
Git-Masteryorganization, have you created a request for it?repo-smithto validate the exercise grading scheme?test-download.sh?git-autograder?app?