Skip to content

GitHub for mobile 1.1 brings branch switching, issue templates, user autocomplete, and more to general availability

GitHub for mobile 1.1 adds some of the most requested features to improve commenting, issues, and browsing files. The top features include:

  • Type "@" in issues, comments, and reviews to autocomplete a list of users you can mention
  • Switch branches when browsing files in a repository
  • Browse commits in a repository or pull request
  • Create new issues using issue templates
  • Select from your saved replies when leaving a new comment
  • Create new issues by referencing a comment
  • Easily quote & reply to comments

Learn more about GitHub for mobile

Jump to definition and find all references are now available for all JavaScript, PHP, and TypeScript repositories on GitHub. Previously these languages were in beta but are now fully available.

When viewing a JavaScript, PHP, or TypeScript file on github.com, clicking on a function or method name exposes a code navigation card with links to all of its definitions and references within the same repository. We use the semantic library to find definitions and call sites in your code.

Learn more about jump to definition and find all references

Check out the semantic library

See more

The repository security tab now includes two new experiences to help you better understand your repository's security at a glance.

  • First, we have added a counter which makes it easy to understand how many security alerts your repository has active. The counter only includes information which is otherwise visible to the logged in user. This change will be rolling out gradually over the next couple of days.
  • Second, we have added an overview experience for your repository security tab which is located at https://github.com/:org/:repo/security. This new overview provides helpful insights about how to configure your repository to make the most of GitHub's built-in security and analysis features. It also provides a summary of known security issues.

Screenshot of new security overview experience

See more