Changes between Version 7 and Version 8 of GitStarted


Ignore:
Timestamp:
Feb 27, 2013, 4:17:46 PM (11 years ago)
Author:
nielx
Comment:

Fix the staging image URL

Legend:

Unmodified
Added
Removed
Modified
  • GitStarted

    v7 v8  
    2020A 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.
    2121
    22 [[Image(http://whygitisbetterthanx.com/images/index1.png)]]
     22[[Image(http://git-scm.com/images/about/index1.png)]]
    2323
    2424In 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.