Changes between Version 7 and Version 8 of GitStarted
- Timestamp:
- Feb 27, 2013, 4:17:46 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitStarted
v7 v8 20 20 A major difference between Git and Subversion is that you have to select which changes you would like to add to a commit. So from the changes in your working directory, you add these to the index, and the changes that are in the index are committed. 21 21 22 [[Image(http:// whygitisbetterthanx.com/images/index1.png)]]22 [[Image(http://git-scm.com/images/about/index1.png)]] 23 23 24 24 In Subversion, the `svn add` command just registers untracked files for committing, whereas `git add` also puts in tracked files with untracked changes into the index.