1

How do I select multiple modules in the magit status window so I can update them all at once? What is the magic key binding that tags/marks them for that operation (o u)?

Engineerist
  • 367
  • 2
  • 13

1 Answers1

0

Answered best here with references to the relevant manual bits. Basically, use Emacs regions for selection, or use the universal prefix C-u before issuing the command, to apply to all modules (e.g., update becomes o C-u u).

Engineerist
  • 367
  • 2
  • 13