Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A way to show all my branches on github

Tags:

github

I always have to go to a specific repository, click the switch branch button, type my branch name and finally arrive at what I want. Is there a way to submit advanced search terms into the search bar and return only my branches (the ones that I contributed to?)

like image 836
1mike12 Avatar asked Oct 12 '15 17:10

1mike12


People also ask

How do I pull all branches from a remote?

Fetch command will retrieve all changes from the remote branch which do not exist in the local branch. FETCH_HEAD ref track can be used for fetched changes from remote branches. The above command will create a local branch with the same name as the remote branch.

How do I see all projects in GitHub?

For watched repos do the following (or enter URL https://github.com/watching as @nulltoken suggests). You will then wee your Watched repositories grouped by type of watch. For Starred repositories, click your avatar in the upper right and then select Your stars. It looks like a physical inbox tray now.


1 Answers

I would also like to point out that there is a graphical way to accomplish what is answered already here.

From https://help.github.com/articles/viewing-branches-in-your-repository/ :

  1. On GitHub, navigate to the main page of the repository.

  2. Above the list of files, click NUMBER branches.

  3. Use the navigation at the top of the page to view specific lists of branches:

    • Your branches: In repositories that you have push access to, the Yours view shows all branches that you’ve pushed to, with the most recent branches first.
like image 60
dadexix86 Avatar answered Nov 15 '22 16:11

dadexix86