Skip to content

Files

Latest commit

478b024 · Dec 21, 2022

History

History
11 lines (7 loc) · 211 Bytes

list-git-commands.md

File metadata and controls

11 lines (7 loc) · 211 Bytes

How to List a Bunch of Git Commands


Use the -a flag with git-help to list a bunch of git commands.

$ git help -a

link