The add operation should create the `.git/index` file if it doesn't already exist. It is due to this call from the WorkingUtils.add function: https://github.com/SamyPesse/gitkit-js/blob/master/lib/models/workingIndex.js#L82-L94
The add operation should create the
.git/indexfile if it doesn't already exist.It is due to this call from the WorkingUtils.add function:
https://github.com/SamyPesse/gitkit-js/blob/master/lib/models/workingIndex.js#L82-L94