You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it's possible to create a PR using the clu create-pr subcommand.
However, to do this it's required that
the branch has already been pushed to origin using git push -u origin BRANCH
the user runs clu add -y after the fact and then creates a commit and pushes this to the remote.
Ideally, all of these steps can be run with the command mentioned above with a visual representation / user input whether or not to push the branch to the remote etc.
The text was updated successfully, but these errors were encountered:
Currently, it's possible to create a PR using the
clu create-pr
subcommand.However, to do this it's required that
origin
usinggit push -u origin BRANCH
clu add -y
after the fact and then creates a commit and pushes this to the remote.Ideally, all of these steps can be run with the command mentioned above with a visual representation / user input whether or not to push the branch to the remote etc.
The text was updated successfully, but these errors were encountered: