Skip to content

Conversation

@SAN-MUYUN
Copy link
Contributor

Exercise Review

Exercise Discussion

#52

Checklist

  • If you require a new remote repository on the Git-Mastery organization, have you created a request for it?
  • Have you written unit tests using repo-smith to validate the exercise grading scheme?
  • Have you tested the download script using test-download.sh?
  • Have you verified that this exercise does not already exist or is not currently in review?
  • Did you introduce a new grading mechanism that should belong to git-autograder?
  • Did you introduce a new dependency that should belong to app?

@woojiahao woojiahao self-requested a review September 25, 2025 07:13
@woojiahao
Copy link
Member

@SAN-MUYUN thank you for opening this! Sorry I missed it, I'll take a pass at it right now :)

@woojiahao woojiahao self-assigned this Sep 25, 2025
Copy link
Member

@woojiahao woojiahao left a 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!

def download(verbose: bool):
os.makedirs("things")
os.chdir("things")
run_command(["git", "init", "--initial-branch=main"], verbose)
Copy link
Member

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?

Copy link
Contributor Author

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

Copy link
Member

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 :)

Copy link
Member

@woojiahao woojiahao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@woojiahao
Copy link
Member

@SAN-MUYUN would you like to give implementing an exercise a go? I think it'll be very doable!

@SAN-MUYUN
Copy link
Contributor Author

@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.

@woojiahao woojiahao merged commit a1d9aee into git-mastery:main Sep 27, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants