Function: addAllAndCommit()
addAllAndCommit(
project
,commitMessage
):Promise
<Result
<void
>>
Defined in: ../../skaff-lib/src/actions/git/add-all-and-commit.ts:11
VEERY IMPORTANT: This function is used to add all changes in the project
Parameters
project
commitMessage
string
Returns
Promise
<Result
<void
>>