Skip to content

Instantly share code, notes, and snippets.

<img data-mob-src="mobile.png" data-desk-src="desktop.png" data-threshold="900" />
<img data-mob-src="mobile.png" data-desk-src="desktop.png" />
<script>
/*
RESPONSIVE-IMAGES
._______________________. .________.
|| || /| |\ | |
|| || / '----' \ | |
@Polyducks
Polyducks / git patterns.md
Created May 27, 2016 14:12 — forked from wayspurrchen/git patterns.md
Useful Git Techniques

History

Show file at certain commit

git show <hash>:<file>

Show history of a file

git log -p <filename>