Skip to content

Instantly share code, notes, and snippets.

@pjankiewicz
Created October 26, 2014 09:41
Show Gist options
  • Save pjankiewicz/e7b6a6d1d6a76ad74a1c to your computer and use it in GitHub Desktop.
Save pjankiewicz/e7b6a6d1d6a76ad74a1c to your computer and use it in GitHub Desktop.
Useful git commands
// discards all changes to the code (without commiting)
git checkout -- .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment