git ls-files >> git ls-file (#213)

typo
This commit is contained in:
Zahid Hasan
2022-04-01 17:56:37 +06:00
committed by GitHub
parent 1f0f7c19cd
commit 559c69fbc4

View File

@ -41,7 +41,7 @@ a separate branch in your local repository
There are different ways to check whether a file is tracked or not: There are different ways to check whether a file is tracked or not:
- `git ls-file <file>` -> exit code of 0 means it's tracked - `git ls-files <file>` -> exit code of 0 means it's tracked
- `git blame <file>` - `git blame <file>`
... ...
</b></details> </b></details>