generate_git_diff_output | R Documentation |
Returns the git diff output for the current working directory, and lists any new files found. It checks the system's OS and executes the appropriate command to generate the git diff.
generate_git_diff_output()
A character vector containing the git diff output.
## Not run:
# View with cat() for easier reading
cat(generate_git_diff_output())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.