For any new project we need to run these commands ``` git init git commit -a -m "First Commit" git remote add origin cloud-url git push --set-upstream origin master ``` Excpet repeating `git` commands we only give one info here the `cloud-url` I would like these all commands in a single command where I just give `cloud-url`