Feature: make the PR view functional even without PR
See original GitHub issueOne of the best features for me is this view:
As it gives me a diff from my branch to main
while still allowing me to make changes, wonderful đ
How about enabling this view even when I did not create a PR for the branch yet? Something like a âUntitled PRâ scenario where I see the changes and I can open a PR but I donât have to do that. This view would be incredibly useful for me to review changes from my branch to main
. And on top of that it would maybe be a nice way for new-comers to explore how to open a new PR from a branch?
I know @alexdima has a similar extension only for the part of seeing the diff (not sure if you can edit though): https://marketplace.visualstudio.com/items?itemName=alexdima.git-branch
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
GitHub CLI: create and manage PRs from the command line
Mainly for managing pull requests and issues directly from the command line. How to get it *. brew install gh. Chechking PRs for...
Read more >Use Azure Functions to create custom branch policy
Prerequisites; Create a basic Azure function to listen to Azure Repos events; Configure a service hook for PR events; Post status to PRs ......
Read more >Pull requests not triggering build - CircleCI Discuss
I have my circle.yml setup so that it builds only master branch. general: branches: only: - master. It correctly triggers build on commits ......
Read more >How to make a Pull Request using the new github cli, to a ...
I am trying to figure out how to make a PR to my remote repository from a local branch (or even from local...
Read more >Pull RequestsâThe Good, the Bad and Really, Not That Ugly
With feature flags, you can ensure that your PR is not introducing any breaking changes and that new code is implemented in isolation...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Correct, you must first run the âCreate PRâ command, but you donât need to submit the PR.
It does seem that the right isnât editable. I should be able to fix that though.
We wonât always know which remote + branch to compare with. The âCreate PRâ command makes it very clear which remote + branch is used since the UI for that is shown at the same time.