Skip to content

Instantly share code, notes, and snippets.

@Pilewski
Last active October 31, 2016 15:25
Show Gist options
  • Save Pilewski/aaf3c46dabe274cece3e3018a09edcac to your computer and use it in GitHub Desktop.
Save Pilewski/aaf3c46dabe274cece3e3018a09edcac to your computer and use it in GitHub Desktop.
A list of github shortcuts

Github Shortcuts

Site-wite shortcuts

  1. s -> focus on the search bar
  2. g + n -> navigate to notifications

Repositories

  1. g + c -> go to repo
  2. g + i -> go to issues
  3. g + p -> go to PRs
  4. g + w -> go to wiki

Source Code Browsing

  1. t -> activates the file finder
  2. l -> jump to a line in the code
  3. w -> switch to a new branch
  4. y -> expand a URL to its 'canonical form'
  5. i -> show or hide comments on diffs

Issue and PR lists

  1. c -> create an issue
  2. / -> focus the issues search bar
  3. u -> filter by author
  4. l -> filter by or edit labels
  5. m -> filter by or edit milestones
  6. a -> filter by or edit assignee
  7. r -> quote the selected text in your reply
  8. o + enter -> open issue

Changes in PR

  1. c -> open the commit list
  2. t -> open the changed files list
  3. j -> move selection down in the list
  4. k -> move selection up in the list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment