
This post is a quick reference to the basic git commands and to use GitHub.Get version: git --versionStarting the processgit init (Creating a git repository locally in the project folder)git status (displays the state of the working directory and the staging area)Configuring global...