builtin diff command
· One min read
-u flag
Creates a "unified" diff view that plays nicely with the diff lexer in code blocks, for example:
--- ./path/to/left-side ...
+++ ./path/to/right-side ...
foo
+ bar
- baz
quux
-u flagCreates a "unified" diff view that plays nicely with the diff lexer in code blocks, for example:
--- ./path/to/left-side ...
+++ ./path/to/right-side ...
foo
+ bar
- baz
quux