git_commit | R Documentation |
Executes the 'git commit' command on the target git repository.
git_commit(git_repo, folder_path, commit_msg, author, email)
git_repo |
The git repo path. |
folder_path |
The worktree path. |
commit_msg |
The commit associated with the commit. |
author |
The author associated with the commit. |
email |
The email of the author associated with the commit. |
The path to the sample .git file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.