miniob
miniob copied to clipboard
this pr fix 'already exists in the index' error
error info below:
$ git submodule add https://github.com/libevent/libevent deps/libevent
'deps/libevent' already exists in the index
resolve it by exec git rm -r --cached, update the git cache.