Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run multiple command at once? #65

Open
jitendravyas opened this issue Oct 13, 2015 · 1 comment
Open

How to run multiple command at once? #65

jitendravyas opened this issue Oct 13, 2015 · 1 comment

Comments

@jitendravyas
Copy link

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

@qw3rtman
Copy link
Owner

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! 👍

qw3rtman added a commit that referenced this issue Oct 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants