stellarExamples $ git clone https://YourUserName@github.com/MagicCrypto/ProjectName // make you local change $ git add . $ git status //check the files you want to commit $ git commit -a $ git push origin main