# Functions
Add updates the index to match the working tree.
EmptyCommit simply create an empty commit.
ForceAdd forces the addition of all dirty files.
ForceCommit commits every change while skipping CI.
GlobalName sets the global git author name.
GlobalUser sets the global git author email.
RemoteAdd adds an additional remote to a git repo.
RemotePush pushs the changes from the local head to a remote branch..
RemotePushNamedBranch puchs changes from a local to a remote branch.
RemoteRemove drops the defined remote from a git repo.
SkipVerify disables globally the git ssl verification.
TestCleanTree returns non-zero if diff between index and local repository.
WriteKey writes the private key.
WriteNetrc writes the netrc file.