Não sei o que fazer para fazer o upload para o GitHub depois de ter renomeado o arquivo, veja como ficou no terminal:
paulo@sony:~/Dropbox/JS ALURA/JS-primeiros passos com a linguagem$ git status
On branch master
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
new file: var-let-const.js
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
deleted: script.js
modified: var-let-const.js
paulo@sony:~/Dropbox/JS ALURA/JS-primeiros passos com a linguagem$ git add .
paulo@sony:~/Dropbox/JS ALURA/JS-primeiros passos com a linguagem$ git status
On branch master
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
deleted: script.js
new file: var-let-const.js