Git - I can't pull the next module...
- Make sure you have changed directories into the course repository.
cd <repo name>
# for instance, using an asterisk so you don't have to type _yoursso
cd f25dsa7001*- Make sure you are using the correct command to pull from the instructor's seed repository:
git pull --no-edit upstream masterupsteam is the instructor's seed repository and master is the branch to pull from.
The --no-edit flag avoids opening a text editor to add a merge commit comment. If you forget the flag and the editor opens up, follow the instructions here: Git: An Editor Page Opened Up, What Do I Do?
Need more information or help? Reach out to us at 📧 jcwdw@missouri.edu