Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 206 Bytes

list-most-git-commands.md

File metadata and controls

9 lines (6 loc) · 206 Bytes

List Most Git Commands

You can list most git commands by using the -a flag with git-help:

$ git help -a

Source