Ok, I know that is a stupid question but this git works really different from cvs and svn. How I can update an existing repo?
1 year, 11 months ago.
1 comment so far
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 :)
1 comment so far
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 :)
1 year, 11 months ago by steev