question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature: make the PR view functional even without PR

See original GitHub issue

One of the best features for me is this view:

image

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:open
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
alexr00commented, Dec 30, 2021

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.

0reactions
alexr00commented, Dec 30, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found