We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4993ca4 commit 3d3d2b1Copy full SHA for 3d3d2b1
1 file changed
pages/git/index.html
@@ -803,6 +803,13 @@ <h2>gitstorage files without extension</h2>
803
</script>
804
<a href="https://github.com/stopsopa/gitstorage">github</a>
805
806
+ <h2>search in git history</h2>
807
+ <script type="editor" data-lang="sh">
808
+
809
+git log -S"searchTerm" --all -p
810
+git log -G"searchTerm" --all -p
811
812
+ </script>
813
<h2>pull.sh</h2>
814
<script type="editor" data-lang="sh">
815
0 commit comments