Files
til/git/list-most-git-commands.md
T

206 B

List Most Git Commands

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

$ git help -a

Source