gitConnection-class: The gitConnection class

gitConnection-classR Documentation

The gitConnection class

Description

The gitConnection class

Open a git connection

Usage

git_connection(repo_path, key, username, password, commit_user, commit_email)

Arguments

repo_path

The path of the root of the repository

key

Optional: the path to a private ssh key. The public key is assumed to have the same path with a '.pub' extension. Using in case of ssh authentication.

username

The optional username used in case of https authentication. Ignored when key is provided.

password

The password required for the ssh key or the username. Should be missing when the ssh-key doesn't require a password.

commit_user

the name of the user how will commit

commit_email

the email of the user how will commit

Slots

Repository

a git repository

Credentials

the credentials for the repository

CommitUser

the name of the user how will commit

CommitEmail

the email of the user how will commit


inbo/n2khelper documentation built on March 26, 2022, 1:51 p.m.