HELLO WORLD GIT COMMANDS Add files and update repositories git add reame git commit -m "small changes" git push ! to publish git remote get-url origin ! Verify URL of the repository git tab git checkout 0.1.1 Update local version git pull - update the local version of a repository from a remote.