summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra.md b/extra.md
index 9cd3a6a..9d4cbe3 100644
--- a/extra.md
+++ b/extra.md
@@ -72,6 +72,14 @@ Rebasing, what can go wrong
https://jvns.ca/blog/2023/11/06/rebasing-what-can-go-wrong-/
How cherry pick and revert work
https://jvns.ca/blog/2023/11/10/how-cherry-pick-and-revert-work/
+Do we think of git commits as diffs, snapshots, and/or histories?
+https://jvns.ca/blog/2024/01/05/do-we-think-of-git-commits-as-diffs--snapshots--or-histories/
Meld diff and merge tool
https://meldmerge.org/
+
+Debugging with Git
+https://lucasoshiro.github.io/posts-en/2023-02-13-git-debug/
+
+Git from the Bottom Up
+https://jwiegley.github.io/git-from-the-bottom-up/