We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
git
cloud-url
I would like these all commands in a single command where I just give cloud-url
The text was updated successfully, but these errors were encountered:
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! 👍
Sorry, something went wrong.
Add #65 to TODO in README.
6f80909
No branches or pull requests
For any new project we need to run these commands
Excpet repeating
git
commands we only give one info here thecloud-url
I would like these all commands in a single command where I just give
cloud-url
The text was updated successfully, but these errors were encountered: