Skip to content

Commit 5946ad4

Browse files
authored
Add project link to diff example in index.html q
Added a project link for reference in the diff section.
1 parent b053069 commit 5946ad4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pages/bash/diff/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<h2>See diff two files or two curls</h2>
1717
<script type="editor" data-lang="sh">
1818

19+
// check project: https://github.com/stopsopa/select-component/tree/e45b733669fc53696d71c8f44d23de51fd24630b/diff
20+
1921
diff -qr --exclude=".git" --exclude="node_modules" [dir] [dir]
2022
// that will print which files are different without details
2123
// use this one to generally list different files

0 commit comments

Comments
 (0)