This commit is contained in:
Nikhil 2026-08-30 16:57:05 -07:00 committed by GitHub
commit 83919bc76f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,9 +133,9 @@ Lazygit is not my fulltime job but it is a hefty part time job so if you want to
## Features
### Stage individual lines
### Stage hunks
Press space on the selected line to stage it, or press `v` to start selecting a range of lines. You can also press `a` to select the entirety of the current hunk.
Press space on the current hunk to stage it. Alternatively, you can press `a` to begin staging individual lines, or press `v` to select a range of lines for staging.
![stage_lines](../assets/demo/stage_lines-compressed.gif)