$ git clone <repo> $ touch test $ git add test $ git commit -m "Initial commit" $ git push origin main
$ git clone
$ touch test
$ git add test
$ git commit -m "Initial commit"
$ git push origin main