CodeEdit
CodeEdit copied to clipboard
✨ Pull requests section to be able to add a new remote
Description
Let's consider that I have a project in this case the same CE, on this repository there are different users who do different pr.
Now I want to try this pr, consider that I am a Reviewers.
What should I do:
git remote add NameOrigin [email protected]:NameUser/Project.git
But what if there was a section, which tells me all the prs there are for a possible repository.
Which automatically takes all the open pr, shows me the list. If I click, it asks me if I want to add it to remote so I can try it.