git_init | R Documentation |
Initializes a new Git repository in the specified folder. The Git Init command creates a hidden '.git' folder.
git_init(folder_path)
folder_path |
The path to the folder where the Git repository should be initialized. |
The path to the newly created Git repository.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.