Requesting a way to sync instructor changes to all student repositories.... #191226
Replies: 2 comments 2 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Hi @frohro,
Alternatively, some advanced users use the GitHub Classroom CLI or custom GitHub Actions to automate this. Your 'instructor branch' idea is excellent and would be a great feature I'd suggest posting it in the GitHub Feedback section as well |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Verification Help & Guidance
Hi everyone,
This really bugs me. I want to make life easier for my students. When I want to update their repos with an assignment change or something, I find it very difficult to propagate the fix I make to the students. At the moment, I am using a script using rsync and git/clone to do it, but it is painful. I don't know how any instructor uses GitHub Classroom without this feature. It would be nice if I could just do one git push. It seems like it would be possible to add an 'instructor branch' to Classroom repos that the instructor can push to at any time. Students can git merge instructor to pull in updates, and Classroom auto-merges non-conflicting files on push.
How is everyone dealing with this? I am new to GitHub Classroom.
Thanks,
Rob
Beta Was this translation helpful? Give feedback.
All reactions