Fix git bisect exercise: use master instead of main#520
Fix git bisect exercise: use master instead of main#520BmBaczkowski wants to merge 1 commit intocoderefinery:mainfrom
Conversation
|
Thanks for the fix! I am wondering however whether we shouldn't instead rename the default branch in the exercise? |
|
You mean to rename the branch after clone? git clone https://github.com/coderefinery/git-bisect-exercise
git branch -m master main
git branch -u origin/master main # optional?It would certainly be possible to include this instruction in the exercise. I am not sure whether, from a pedagogical perspective, this creates an "unnecessary" step that participants are not familiar with (tracking remote branches). What is your preference? |
|
Sorry, what I meant was that we would rename the branch in this repo: https://github.com/coderefinery/git-bisect-exercise If you agree, I can do that. I agree with you that renaming the branch as part of the exercise would add unnecessary distraction. |
|
Oh, I see. Yes, that seems to be a better solution. Yes, please go ahead! Thanks!! |
|
I have renamed the branch. Thanks again for catching this! |
Closes #519