Add current changes of the current working directory to the git staging area.
This method should not be used with Git V2.x without ignoreRemovals: true, because Git V2.x does include deleted files
by default. Git V1.x side, it doesn't support --ignore-removal flag, deleted files are
omitted as expected behavior.
Add current changes of the current working directory to the git staging area.
This method should not be used with Git V2.x without
ignoreRemovals: true, because Git V2.x does include deleted files by default. Git V1.x side, it doesn't support--ignore-removalflag, deleted files are omitted as expected behavior.