Command Prompt
git init // To inicialize a new repository (Use once)
git clone // Copies an existing repository
git add. //  Move the changes from the working directory to the staging area
git commit - m "text" // confirms a set of interim changes permanently
git push. // Push the files into the Git repository      
git status // It will show you the different states of the files