Skip to content

Instantly share code, notes, and snippets.

@PenneyGadget
Last active January 7, 2016 17:02
Show Gist options
  • Save PenneyGadget/ca163204c0c82c6f59b0 to your computer and use it in GitHub Desktop.
Save PenneyGadget/ca163204c0c82c6f59b0 to your computer and use it in GitHub Desktop.
GitHub Hot Keys!
  1. While in a repository, press and hold "t" - this will bring up a file finder

  2. Press and hold "s" to take you to the search bar at the top of the page

  3. "g + c" takes you to the main page for your current repo

  4. "g + p" takes you to your pull requests

  5. "l" allows you to pick a line to jump to in your code (by line number)

  6. "w" - switch to a new branch or tag

  7. "g + i" take you to your issues

  8. And if you forget, "?" brings up a box with all the available shortcuts!

source: https://help.github.com/articles/using-keyboard-shortcuts/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment