git init, status, add, commit -m, push (fork, pull, branch, merge), branch, revert, log, log –pretty, merge, diff Using git init The git init command sets up all the components which GIT needs to begin tracking changes to the project (ie. it will initialize your working directory). With git statusContinue Reading