# Functions
Add adds files to the git index.
ChangedFiles returns the files that changed between the given commits.
Commit creates a signed commit with the given message.
Info returns Git info.
StagedFiles returns the files that are staged by git.
Tag creates an signed, annotated tag with the given message.
UnstagedFiles returns the files that are changed, but not staged by git.