Monday, April 15, 2013

Git: How to retrieve a single file from specific revision?

> git show $REV:$FILE
E.g.
> git show 4b286e8:./src/com/mobiquithings/gprstrial/ConnectivityService.java
NB: use a ./ syntax or an absolute path