diff options
Diffstat (limited to 'extra.md')
-rw-r--r-- | extra.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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/ |