Merge remote branch 'zoranzaric/README'

This commit is contained in:
J. David Ibáñez
2011-05-11 11:04:17 +02:00

View File

@@ -56,7 +56,7 @@ Iterate over all entries of the index:
Index write:
>>> index.add('path/to/file') # git add
>>> del index['path/to/file'] # gig rm
>>> del index['path/to/file'] # git rm
>>> index.write() # don't forget to save the changes
Revision walking: