CS 235: Object Oriented Programming with C++


Week Week of... Course content Notes

Quick reference

Mark changes to be added:

git add .

Make a commit of changes:

git commit -m "info"

Pull latest changes from server:

git pull

Push your changes to the server:

git push

Common git errors