Description Usage Arguments Value
Assembles the diff command between two code files
1 2 3 4 5 6 | assemble_diff_command(
code_path_left,
code_path_right,
output_left,
output_right
)
|
code_path_left |
path to "left" file |
code_path_right |
path to "right" file |
output_left |
piece of output file name representing left |
output_right |
piece of output file name representing right |
git diff command
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.