mikeizbicki / cmc-csci046

CMC's Data Structures and Algorithms Course Materials
55 stars 155 forks source link

bst homework- missing readme file #505

Open oklipfel opened 1 year ago

oklipfel commented 1 year ago

I had some troubles with merging and eventually had a tutor at pitzer help me fix my local repo. I hadn't noticed until I tried to hand it in but the README.md file is missing.

I am wondering if there is a way to pull it from the upstream?

i tried the command

git fetch upstream

and just got this output

remote: Enumerating objects: 11, done.
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 11 (delta 4), reused 10 (delta 4), pack-reused 0
Unpacking objects: 100% (11/11), 2.78 KiB | 569.00 KiB/s, done.
From https://github.com/mikeizbicki/containers
   0898bc0..32f6494  avltree    -> upstream/avltree

but it did not get the README file onto my local repo.