Changes between Version 18 and Version 19 of UsingGit


Ignore:
Timestamp:
12/15/10 07:41:02 (15 years ago)
Author:
JYA
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGit

    v18 v19  
    6666|| svn merge || git merge || ||
    6767|| svn revert || git checkout or git reset || specify a filename or a directory path for recursive updates ||
    68 || svn revert (for pristine index and working copy) || git reset --hard || applies to entire tree so no filename or directory allowed ||
     68|| svn revert -R (for pristine index and working copy) || git reset --hard || applies to entire tree so no filename or directory allowed ||
    6969
    7070To cherry pick a commit from master to fixes/0.24 (this automatically commits to your local branch):