Skip to content

Latest commit

 

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