summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-08-12 17:27:25 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-08-12 17:27:25 +1000
commit1c6cfafba7aac5c58ea6a74c004823bdf886637c (patch)
tree8b195de7bab25aad262a5e73af5d2929a8808c70 /README.md
parent83d642b74f1aada9cc0da5524b6021feb80e5766 (diff)
Add features to table of contents
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
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)