generate_git_diff_output {gitGPT} | R Documentation |
Generate git diff output
Description
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.
Usage
generate_git_diff_output()
Value
A character vector containing the git diff output.
Examples
## Not run:
# View with cat() for easier reading
cat(generate_git_diff_output())
## End(Not run)
[Package gitGPT version 0.1.3 Index]