Skip to content

Instantly share code, notes, and snippets.

@Sh1pley
Created January 4, 2017 17:27
Show Gist options
  • Save Sh1pley/04c357985e5885fe8014a08319640ba4 to your computer and use it in GitHub Desktop.
Save Sh1pley/04c357985e5885fe8014a08319640ba4 to your computer and use it in GitHub Desktop.

5 Things I learned in Github today

  1. T while on the webpage for a repo, will bring up a fuzzy finder.
  2. The blame button while viewing a file on GitHub will bring up a visual log of what was changed and when. Also allowing you to highlight lines to draw attention.
  3. git log --author= will allow you to search in the terminal for commits by a specified person.
  4. git diff in the terminal will allow you to see what has changed between files.
  5. git diff --staged will allow you to see what has changed in your staged items before a commit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment