Social Coding #4
Replies: 2 comments
-
There are a few updates to the autograde workflow. But here's the catch: Your GitHub Classroom repositories are created as templates (detached copies as opposed to clones or forks) so there's no natural way that your repos can receive updates from the template through means of merges between branches or pull requests. Instead I can generate a diff-package (using Here's a link to the latest update package v102.patch Copy the code lines below and run them in you classroom repo. git checkout master
cd $(git rev-parse --show-toplevel)
curl -LO https://github.com/kea-dev/social-coding/files/10784762/v102.patch
git apply v102.patch
git add .github*
git commit -m "Added patch v1.0.2 from kea-dev/Social-coding"
rm v102.patch |
Beta Was this translation helpful? Give feedback.
-
"Fejl i teksten til "git config - a team collaboration setup" se #3 |
Beta Was this translation helpful? Give feedback.
-
Materials for this module are on docs.kea.dev
The GitHub Classroom assignments are here:
Get started:
When your repository is created on GitHub:
Beta Was this translation helpful? Give feedback.
All reactions