gg icon indicating copy to clipboard operation
gg copied to clipboard

How to run multiple command at once?

Open jitendravyas opened this issue 8 years ago • 1 comments

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

jitendravyas avatar Oct 13 '15 17:10 jitendravyas

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:

qw3rtman avatar Oct 15 '15 08:10 qw3rtman