mirror of
https://github.com/jbranchaud/til
synced 2026-01-05 08:08:02 +00:00
Add List Most Git Commands as a git til.
This commit is contained in:
9
git/list-most-git-commands.md
Normal file
9
git/list-most-git-commands.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# List Most Git Commands
|
||||
|
||||
You can list most git commands by using the `-a` flag with `git-help`:
|
||||
|
||||
```
|
||||
$ git help -a
|
||||
```
|
||||
|
||||
[Source](http://stackoverflow.com/questions/7866353/git-list-all-available-commands)
|
||||
Reference in New Issue
Block a user