summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-02-23 07:57:11 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-02-23 07:57:11 +0100
commitedea9e62ee71db412c5fa14f09de3334e36af67b (patch)
treefc757b8b914217c7b3351dcf6638edf0508b572d
parentd08b554d2bbc1b6dbc1e268df23b9db3c4312119 (diff)
Add article when to use each of the git diff algorithms
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--computer/tools/git.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/computer/tools/git.md b/computer/tools/git.md
index 6c399cb..598b4b1 100644
--- a/computer/tools/git.md
+++ b/computer/tools/git.md
@@ -9,6 +9,7 @@ Notes about [git](https://git-scm.com/)
* [How to Write a Git Commit Message](https://cbea.ms/git-commit/)
* [Git email flow vs Github flow](https://blog.brixit.nl/git-email-flow-versus-github-flow/)
* [Should I use past or present tense in git commit messages?](https://stackoverflow.com/a/3580764)
+* [When to Use Each of the Git Diff Algorithms](https://luppeng.wordpress.com/2020/10/10/when-to-use-each-of-the-git-diff-algorithms/)
## Hosting