How to Create a GitHub Pull Request from the Terminal (opens in new tab)
Pull Requests are a normal part of working with GitHub. You write code in a branch, push it to GitHub, then open a Pull Request so your team can review and merge it. Most developers create Pull Requests from the GitHub website. That works fine. But once you get comfortable with the terminal, you can do the whole flow without leaving your editor or command line. In this post, we will go through a simple and practical workflow: update your local main branch create a new feature branch commit yo...
Read the original article