From the course: GitHub Essential Training: 1 The Basics

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Create a branch from Issue

Create a branch from Issue

- [Instructor] All right, now that my issue is made and I had a PR for it, maybe I don't like that PR branch and I want to do my PR directly from my issue. Now, if you go to the very bottom of the right hand side, you'll see in development it says, "create a branch for this issue," or link a pull request. You could do either or. So, I press that, create a branch. It gives me a branch name that matches my issue already. Repository destination tells me that I can either open it in a code space, check it out locally, or open the branch in a GitHub desktop. For this one, I'm going to connect to code spaces so I can open it up and start working directly in GitHub code space. All right, this is where I would do the work and I would be able to just push it directly at a PR and get into my main web app.

Contents