Hi, can you expand the `addTag` API such that a user can supply a commit hash to tag: ```javascript simpleGit.addTag('MY_TAG', 'MY_COMMIT') ```
Hi, can you expand the
addTagAPI such that a user can supply a commit hash to tag: