We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0f7c1 commit 559c69fCopy full SHA for 559c69f
exercises/git/README.md
@@ -41,7 +41,7 @@ a separate branch in your local repository
41
42
There are different ways to check whether a file is tracked or not:
43
44
- - `git ls-file <file>` -> exit code of 0 means it's tracked
+ - `git ls-files <file>` -> exit code of 0 means it's tracked
45
- `git blame <file>`
46
...
47
</b></details>
0 commit comments