Segue os passos no Visual Code
PS E:\Projetos_Git\Secret_Game> git status
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git restore ..." to discard changes in working directory)
modified: app.js
modified: index.html
no changes added to commit (use "git add" and/or "git commit -a")
PS E:\Projetos_Git\Secret_Game> git add .
warning: in the working copy of 'app.js', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'index.html', LF will be replaced by CRLF the next time Git touches it
PS E:\Projetos_Git\Secret_Game> git status
On branch main
Your branch is up to date with 'origin/main'.
Changes to be committed:
(use "git restore --staged ..." to unstage)
modified: app.js
modified: index.html
PS E:\Projetos_Git\Secret_Game> git push origin main
Everything up-to-date
PS E:\Projetos_Git\Secret_Game> git commit -m "atualização limite para 50"
[main b78bb9f] atualização limite para 50
2 files changed, 2 insertions(+), 2 deletions(-)
PS E:\Projetos_Git\Secret_Game> git push origin main
Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 4 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 383 bytes | 383.00 KiB/s, done.
Total 4 (delta 3), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Resolving deltas: 100% (3/3), completed with 3 local objects.
To github.com:FreeAnd10/P1-Secret-Game.git
d4a793b..b78bb9f main -> main
Segue o link do Git hub atualizado https://github.com/FreeAnd10/P1-Secret-Game