Git's equivalent of a svn update or cvs update is "git pull" - though there are other steps you will probably want to do if you have made any changes, that is the basic one if all you want to do is update from what you have to what is latest on the server when you haven't made any changes :)