-
git clone URL -
git status -
git add . -
git config --global user.name "/* Your GitHub UserName */" -
git config --global user.email "/* Your GitHub Email */" -
git config -l -
git config --global credential.helper cache -
git pull -
git commit -m "Msg" -
git push