Olá, pessoal. O Index não está commitando e aparece a mensagem abaixo. O que fazer?
Tais e Alexandre@LAPTOP-NIIP1EFS MINGW64 /c/git_e_github/ana/projeto (master)
$ git remote
local
Tais e Alexandre@LAPTOP-NIIP1EFS MINGW64 /c/git_e_github/ana/projeto (master)
$ git pull local master
From C:/git_e_github/servidor
* branch master -> FETCH_HEAD
Already up to date.
Tais e Alexandre@LAPTOP-NIIP1EFS MINGW64 /c/git_e_github/ana/projeto (master)
$ ls
Index.html
Tais e Alexandre@LAPTOP-NIIP1EFS MINGW64 /c/git_e_github/ana/projeto (master)
$ git status
On branch master
Your branch is up to date with 'local/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")
Tais e Alexandre@LAPTOP-NIIP1EFS MINGW64 /c/git_e_github/ana/projeto (master)
$ git index.html
git: 'index.html' is not a git command. See 'git --help'.
Tais e Alexandre@LAPTOP-NIIP1EFS MINGW64 /c/git_e_github/ana/projeto (master)
$ git commit -m"Renomeando curso de Integração Contínua"
On branch master
Your branch is up to date with 'local/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")
Tais e Alexandre@LAPTOP-NIIP1EFS MINGW64 /c/git_e_github/ana/projeto (master)
$