From 54b8dcec19b644ace8b1d15a3ee13d817936acde Mon Sep 17 00:00:00 2001 From: scbj Date: Mon, 15 Dec 2025 14:45:19 +0100 Subject: [PATCH] (git) fixed table --- git.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git.md b/git.md index 7f0fd6a..d38d372 100644 --- a/git.md +++ b/git.md @@ -29,8 +29,8 @@ This file contains tips and tricks to remember and documents some of my findings | head | pointer to branch (usually latest commit, unless detached=pointer to specific commit) currently checked out locally | | index | keeps track of `staged/cached` (with git add) changes | | working tree | local file working directory | -| `^` | one commit back (in history), use `<[HEAD|branch|commit_hash]>^` | -| `~` | n commits back (in history), use `<[HEAD|branch|commit]~2` | +| `^` | one commit back (in history), use `<[HEAD\|branch\|commit_hash]>^` | +| `~` | n commits back (in history), use `<[HEAD\|branch\|commit]~2` | ## branches