Implement T8L3/glossary-branch-delete#251
Conversation
|
Hi @jiaxinnns, thank you for your contribution! 🎉 This PR comes from your fork Before you request for a review, please ensure that you have tested your changes locally! Important The previously recommended way of using Please read the following instructions for the latest instructions. PrerequisitesEnsure that you have the Testing stepsIf you already have a local Git-Mastery root to test, you can skip the following step. Create a Git-Mastery root locally: gitmastery setupNavigate into the Git-Mastery root (defaults to cd gitmastery-exercises/Edit the {
# other fields...
"exercises_source": {
"username": "jiaxinnns",
"repository": "exercises",
"branch": "feature/glossary-branch-delete"
}
}Then, you can use the gitmastery download <your new change>
gitmastery verifyChecklist
Important To any reviewers of this pull request, please use the same instructions above to test the changes. |
There was a problem hiding this comment.
Currently, download.py doesn't fetch branch VWX as well, so local repository would only have main branch. If we want VWX in local repository as well, we can add a step to fetch it from remote as well.
While the exercise instruction does state to delete both local and remote VWX branches, I think it may not be necessary to add in this logic since the purpose of the exercise is to test students interacting with remote repositories.
@damithc Do you think we should remove deleting local branch VWX or stick to the current exercise that requires students to delete both local and remote branches?
|
Observed behaviour:
|

Exercise Review
Exercise Discussion
Fixes #238
Checklist
Git-Masteryorganization, have you created a request for it?repo-smithto validate the exercise grading scheme?git-autograder?app?