gg
gg copied to clipboard
How to run multiple command at once?
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
This is an interesting idea. Will add this to the TODO as "Shortcut to quickly setup new repository" and will leave this issue open for discussion.
Thanks! :+1: