Changes between Version 9 and Version 10 of UsingGit


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGit

    v9 v10  
    5454|| svn switch || git checkout branch ||  ||
    5555|| svn merge || git merge || ||
    56 || svn revert || git checkout /path/to/file or git reset /path/to/file || ||
    57 || svn revert (for pristine index and working copy) || git reset --hard || ||
     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.