remove target=blank etc

This commit is contained in:
2026-09-12 10:48:36 -07:00
parent c517bb8d69
commit 07bb31111f
80 changed files with 389 additions and 366 deletions
@@ -14,7 +14,7 @@ do you have a favorite git flag? I do. let's talk about `git add -p`.
okay, it totally doesn't. it's short for `--patch`. but 'partial' is my mental trick because it makes a little more sense to me, and it might help you remember it too.
also, [TIL](https://xkcd.com/1053/){target="_blank" rel="external"}: this command is a shortcut to the `patch` subcommand of the `--interactive` flag - a flag I have never in my life used. wild the things you learn when you read the documentation.
also, [TIL](https://xkcd.com/1053/): this command is a shortcut to the `patch` subcommand of the `--interactive` flag - a flag I have never in my life used. wild the things you learn when you read the documentation.
## the primary purpose
@@ -54,4 +54,4 @@ only shows up sometimes, because it lets you **split** the current hunk. if unsp
### e
**edit**. [read the documentation for manually editing](https://git-scm.com/docs/git-add#_editing_patches){target="_blank" rel="external"} if curious because I don't use this and can't advise on it.
**edit**. [read the documentation for manually editing](https://git-scm.com/docs/git-add#_editing_patches) if curious because I don't use this and can't advise on it.