Skip to content

Instantly share code, notes, and snippets.

@devvesa
Created April 9, 2014 15:23
Show Gist options
  • Save devvesa/10282657 to your computer and use it in GitHub Desktop.
Save devvesa/10282657 to your computer and use it in GitHub Desktop.
Git commands tips

Git Tips Cheatsheet

Useful git commands for lazy people

Search for commits when you know the content of a line

git log -S<string> path/to/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment