Fix spelling mistake in README
This commit is contained in:
@@ -56,7 +56,7 @@ Iterate over all entries of the index:
|
|||||||
Index write:
|
Index write:
|
||||||
|
|
||||||
>>> index.add('path/to/file') # git add
|
>>> 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
|
>>> index.write() # don't forget to save the changes
|
||||||
|
|
||||||
Revision walking:
|
Revision walking:
|
||||||
|
Reference in New Issue
Block a user