In the getting_started.md documentation, it seems that the instructions for adding the original repository as upstream may be missing. When working with a forked repository, the command to fetch updates from upstream didn’t work immediately for me.
It would be helpful to include a note explaining that if the repository is forked, users should first run the following command to set up the course repository as upstream before attempting to fetch updates:
In the getting_started.md documentation, it seems that the instructions for adding the original repository as upstream may be missing. When working with a forked repository, the command to fetch updates from upstream didn’t work immediately for me.
It would be helpful to include a note explaining that if the repository is forked, users should first run the following command to set up the course repository as upstream before attempting to fetch updates:
git remote add upstream https://github.com/pkeilbach/htwg-practical-nlp.git