1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00
Files
til/git/list-most-git-commands.md
2015-12-25 00:26:06 -06:00

206 B

List Most Git Commands

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

$ git help -a

Source