# 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.
No description provided by the author
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.
Tag add tag to the working tree.
TestCleanTree returns non-zero if diff between index and local repository.
WriteKey writes the private key.
WriteNetrc writes the netrc file.
WriteToken authenticate with Git hosting using a token.