Team 4 Project for CIS22C
Hi everyone,
- You can also create folders by using folderName/fileName.cpp (no extension = folder)
Be sure to include documentation! Example:
/* functionName(a,b) @Precondition: a must be intialized to something, etc... @Postcondition: sometehing is changed @return */
Remember the following Git commands:
-
git pull downloads changes
-
git commit -a "message" commits changes
-
git push or git push origin master push changes (equivalent version in Visual Studio is sync)