DEV Community

Cover image for Codespaces Tips: How to Create Pull Requests Without Leaving Your Code Editor # codespaces # beginners # github # tutorial :
Luckson ngoy
Luckson ngoy

Posted on • Updated on

Codespaces Tips: How to Create Pull Requests Without Leaving Your Code Editor # codespaces # beginners # github # tutorial :

Codespaces has been a game changer for the way I work with repos on GitHub. For example, FIFA 23mod apk I no longer clone repositories to my local machine since there isn’t a need to do so anymore with Codespaces in the browser.

Last week, while pushing code to update an internal workflow, Codespaces asked me an interesting question. Once I hit enter after my regular git push, a notification popped up asking if I wanted to open a PR in Codespaces with GitHub’s Pull Request and Issues extension.

Usually, I would completely ignore these pop up messages but I was intrigued enough to select “yes” and what happened next completely blew my mind - ok, ok, slight exaggeration but I was impressed!

GIF

This beautifully intuitive UI popped up on my side panel showing me my branch, the main branch that I need to merge my changes into, a title box with my commit message and a description section for my PR needs. Fifa 23 mod apk There was even an option to create the PR as a draft, see below

Top comments (0)