My Blog =) Archive Tags

Revert single file in git

17 July 2009

to revert a file in git, use checkout command:

git checkout filename

Comments

Fork me on GitHub