commands to commit the changes from the local repository: Copy the folders or files into the local copy of GitHub and open in terminal the GitHub $ git add . $ git commit -m "Comments for the commit" $ git push origin master
$git pull To sync the local repo with the remote one.