Quando executo git status, no lugar de checkout aparece restore e no lugar de reset aparece restore. Os comandos checkout e reset foram descontinuados para essas funções?
$ git status
On branch master
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: index.html
no changes added to commit (use "git add" and/or "git commit -a")$ git status
On branch master
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
modified: index.htmlVersão instalada do meu Git
$ git --version
git version 2.23.0.windows.1