diff --git a/exercises/git/README.md b/exercises/git/README.md index 1b1e3c3..64a0cda 100644 --- a/exercises/git/README.md +++ b/exercises/git/README.md @@ -41,7 +41,7 @@ a separate branch in your local repository There are different ways to check whether a file is tracked or not: - - `git ls-file ` -> exit code of 0 means it's tracked + - `git ls-files ` -> exit code of 0 means it's tracked - `git blame ` ...