Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 528 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 528 Bytes

CPP_COURSE

materials for cpp course Build Status Coverage Status

Update your fork with MERGE (be sure you could do a merge)

git remote add upstream https://github.com/imitrichev/CPP_COURSE

git fetch upstream

git merge upstream/master

git push origin master