Changes between Version 20 and Version 21 of UsingGit


Ignore:
Timestamp:
12/15/10 07:43:14 (15 years ago)
Author:
JYA
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGit

    v20 v21  
    5555|| svn checkout || git clone || ||
    5656|| svn diff || git diff HEAD || pretty much identical ||
    57 || svn diff || git diff || show differences since last stage commit||
     57|| svn diff || git diff || show differences since last stage commit ||
    5858|| svn stat || git status || ||
    5959|| svn commit || git commit / git push || in git, git commit commits locally, git push pushes to the upstream repo.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Additionally, changes must be staged before committing. ||