package
2.0.0+incompatible
Repository: https://github.com/thegeeklab/drone-git-action.git
Documentation: pkg.go.dev

# 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.
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.
SetSSLSkipVerify disables globally the git ssl verification.
SetUserEmail sets the global git author email.
SetUserName sets the global git author name.
TestCleanTree returns non-zero if diff between index and local repository.
WriteNetrc writes the netrc file.
WriteKey writes the SSH private key.