Skip to main content
added 151 characters in body
Source Link
phils
  • 55k
  • 3
  • 90
  • 134

Just press S to stage all unstaged changes. 

To also addinclude all untracked files (other than .gitignored files), go touse a prefix argument: C-uS

You can alternatively type s on the linerelevant section headings: "Unstaged changes" and "Untracked files", which you can jump to with ju and press sjn respectively.

Just press S to stage all unstaged changes. To also add untracked files, go to the line "Untracked files" and press s.

Just press S to stage all unstaged changes. 

To also include all untracked files (other than .gitignored files), use a prefix argument: C-uS

You can alternatively type s on the relevant section headings: "Unstaged changes" and "Untracked files", which you can jump to with ju and jn respectively.

Source Link
choroba
  • 2.2k
  • 13
  • 18

Just press S to stage all unstaged changes. To also add untracked files, go to the line "Untracked files" and press s.