Skip to content
juliusse edited this page Apr 8, 2013 · 3 revisions

A list with useful git hints.

Reset not committed data

git reset --hard

Load file from old revision

git checkout <commit> -- <file>

Clone this wiki locally