On Sun, Jun 03, 2007 at 09:47:31PM +0200, RusH wrote: > So in summary, could someone please add a simple _"svn update" git > replacement_ to the wiki?
git fetch origin git reset --hard origin Notice that you will loose all changes (contrary to svn update), even the ones you commited. Not that we have a cvs mirror of the git repository, for more info see http://winehq.org/site/cvs . Jan