1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-01 13:17:53 +02:00

Add features to table of contents

This commit is contained in:
Jesse Duffield 2023-08-12 17:27:25 +10:00
parent 83d642b74f
commit 1c6cfafba7

View File

@ -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)