Changes between Version 10 and Version 11 of UsingGit


Ignore:
Timestamp:
12/09/10 19:59:59 (15 years ago)
Author:
tralph
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGit

    v10 v11  
    5454|| svn switch || git checkout branch ||  ||
    5555|| svn merge || git merge || ||
    56 || svn revert || git checkout or git reset || specify a filename or a directory path for recursive updates||
    57 || svn revert (for pristine index and working copy) || git reset --hard || applies to entire tree so no filename or directory allowed||
     56|| svn revert || git checkout or git reset || specify a filename or a directory path for recursive updates ||
     57|| svn revert (for pristine index and working copy) || git reset --hard || applies to entire tree so no filename or directory allowed ||
    5858
    5959Also, github has a wealth of good information.