add

async _AsyncGit.add(*args, repo: str = None)str[source]

Use like git add

Example:

>>> Git().add("docs/", "README.md")