GitHub has a fair number of buttons on it, and this section is a quick reference to help you navigate your way around.
This is the home page of our example repository:
The page breaks down into five main areas:
- File display. This is the area that lists all the files in (the currently-selected branch of) the repository. The drop-down above that says
branch: master
allows you to switch between branches in view, and defaults tomaster
. Clicking on the files allows you to view the code within. - Management toolbar. This area at the top allows you to see commits that have been made to the repository, branches on the repository, public releases that have been made, and contributors, people who have committed to or commented on the repository.
- Issue navigation. This sidebar is the most useful section for you. You can navigate to the lists of open issues and pull requests, and each repository has an attached wiki where contributors can add pages of useful information - specifications or documentation, for instance.
- Readme display. This area shows the contents of the
README.md
file in the repository. This file contains useful introductory information for anyone looking to make use of the code. - User toolbar. This toolbar has a search box, links to your profile and settings, and a small notification button (directly under the number label) that turns blue when you have unread notifications.
The GitHub Notifier is a great browser plugin that causes an icon to show up on the toolbar in your browser, displaying how many unread GitHub notifications you currently have. Clicking it takes you to the GitHub notification page.
The Notifier is an extremely handy tool, and lets you easily keep on top of incoming notifications, keeping you in touch with your teammates. To install it, click on the link appropriate to your browser on its GitHub readme, and follow the instructions there.