Add specific files to the staging area.

await repo.add([filepaths])

When called without arguments, it will add all modified files (similar to the -A flag).

You can get a list of all files in the staging area with the status method.