Matthieu Moy provò: > git checkout 'origin/master@{Nov 3 00:00:00}' > > But this tells me where _my_ local master was on that date (i.e. the > last revision I had pulled). > > So, the best I can think of is: > > ssh host 'cd /repo/ ; git tag final-version "master@{Nov 3 00:00:00}"' > git fetch --tags > git checkout tags/final-version At least you can avoid the tag: git checkout `ssh host 'GIT_DIR=/repo/ git rev-parse "master@{Nov 3 00:00:00}"'` -- Buongiorno. Complimenti per l'ottima scelta. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html