Changes between Version 20 and Version 21 of UsingGit
- Timestamp:
- 12/15/10 07:43:14 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGit
v20 v21 55 55 || svn checkout || git clone || || 56 56 || 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 || 58 58 || svn stat || git status || || 59 59 || 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. ||
