Git Demo git clone [email protected]:gm7/helloworld.git cd helloworld git checkout -b "welcome" ... make updates then git add . git commit -m "nice message" git push --set-upstream origin welcome Update locally git checkout main git pull