From 1c6cfafba7aac5c58ea6a74c004823bdf886637c Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 12 Aug 2023 17:27:25 +1000 Subject: [PATCH] Add features to table of contents --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7ba793631..da19276ba 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,20 @@ If you're a mere mortal like me and you're tired of hearing how powerful git is ## Table of contents - [Features](#features) + - [Stage individual lines](#stage-individual-lines) + - [Interactive Rebase](#interactive-rebase) + - [Cherry-pick](#cherry-pick) + - [Bisect](#bisect) + - [Nuke the working tree](#nuke-the-working-tree) + - [Amend an old commit](#amend-an-old-commit) + - [Filter](#filter) + - [Invoke a custom command](#invoke-a-custom-command) + - [Worktrees](#worktrees) + - [Rebase magic (custom patches)](#rebase-magic-custom-patches) + - [Rebase from marked base commit](#rebase-from-marked-base-commit) + - [Undo](#undo) + - [Commit graph](#commit-graph) + - [Compare two commits](#compare-two-commits) - [Tutorials](#tutorials) - [Installation](#installation) - [Binary releases](#binary-releases)