venerdì 26 agosto 2011

Git - restore deleted but not committed files

You have deleted the file HelloWorld.java but not yet committed, if you want to restore it :

git checkout HEAD  HelloWorld.java

Nessun commento:

Posta un commento