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

Complete the workflow of creating a new PR #66

Open
MalteHerrmann opened this issue Nov 3, 2024 · 0 comments
Open

Complete the workflow of creating a new PR #66

MalteHerrmann opened this issue Nov 3, 2024 · 0 comments
Labels
cli improvements Things that improve the code base or individual features without adding new functionality

Comments

@MalteHerrmann
Copy link
Owner

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.

@MalteHerrmann MalteHerrmann added enhancement New feature or request cli improvements Things that improve the code base or individual features without adding new functionality and removed enhancement New feature or request labels Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli improvements Things that improve the code base or individual features without adding new functionality
Projects
None yet
Development

No branches or pull requests

1 participant