[COMPTNG 10C] - Final Exam Guide - Everything you need to know! (24 pages long)

69 views24 pages
School
Professor

Document Summary

There will be no new information other than more advanced features, such as qt. Final project is a 6-week project that will be self-defined and set at week 2 or 3. Learn how to use git at try git. Commands used in the tutorial above listed below: init status add initializes a repository prints the current state of the project adds to the staging area. Staged files can be committed to the project. Untracked files are usually newly created files. remote add --- Main repository typically called origin removes from the staging area. adds remote repository named with url --- reset commit -m adds message . Wildcard formula: wildcard that adds all files with the ending . txt log push --- U pull --- diff provides a summary of all changes log --summary a more specific version of log pushes commits to remote , branch ---