Skip to content

How to run multiple command at once? #65

Open
@jitendravyas

Description

@jitendravyas

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions