pkeilbach / htwg-practical-nlp

A practical course on natural language processing @ HTWG Konstanz.
https://pkeilbach.github.io/htwg-practical-nlp/
8 stars 17 forks source link

Missing instructions for setting up upstream in getting_started.md #181

Open lauraschrwr opened 1 day ago

lauraschrwr commented 1 day ago

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