Quantcast
Channel: Hacker News 50
Viewing all articles
Browse latest Browse all 9433

Create and delete branches · GitHub Blog

$
0
0

Comments:"Create and delete branches · GitHub Blog"

URL:https://github.com/blog/1377-create-and-delete-branches


Now you can create and delete branches from GitHub.com.

Create a branch

In your repository's branch selector, just start typing a new branch name. We'll give you the option to create a new branch:

We'll branch off of your current context. For example, if you're on the bugfix branch, we'll create a new branch from bugfix instead of master. Looking at a commit or a tag instead? We'll branch your code from that specific revision.

Delete a branch

You'll also see a delete button in your repository's Branches page:

As an added bonus, we'll also give you a link to the branch's Pull Request, if it has one.

Collaborate without the terminal

For small changes like documentation fixes, typos, or if you're just a walking software compiler, you can get a lot done in your browser without needing to clone the entire repository to your computer:

Happy branching!

Have feedback? Let @github know on Twitter

We make sure to read every mention on Twitter. If you find a bug, submit it to support@github.com. Every email is read by a real person.


Viewing all articles
Browse latest Browse all 9433

Trending Articles