Skip to content

Instantly share code, notes, and snippets.

@DavidKnott
Created January 4, 2017 17:29
Show Gist options
  • Save DavidKnott/f6e78c60a10d21dfc0cfcac36299f1c3 to your computer and use it in GitHub Desktop.
Save DavidKnott/f6e78c60a10d21dfc0cfcac36299f1c3 to your computer and use it in GitHub Desktop.
1. ? on the github website will show all of the shortcuts available to us.
2. t on a repository view brings up a search bar that allows us to find files easily.
3. History view allows us to see commits made to that file in chronological order.
4. Blame allows us to see who last touched a given line in a file.
5. y allows us to get a canonical view of the file.
6. Clicking line-number of allows us to link to specific parts of a file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment