@@ -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:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.