C:\User\augus\Documents\augusto-mantilla\>git add .

C:\Users\augus\Documents\augusto-mantilla>git status
On branch main
Your branch is up to date with 'origin/main'.

Changes to be committed:
  (use "git restore --staged <file>..." to unstage)
        modified:   public/assets/css/main.css
        modified:   public/404.html
        modified:   public/about.html


C:\Users\augus\Documents\augusto-mantilla>git commit -m "ExampleOfHowToUploadAChangeToGitlab"
[main ab64b40] ExampleOfHowToUploadAChangeToGitlab
 3 files changed, 38 insertions(+), 5 deletions(-)
 create mode 100644 public/assets/images/Augusto.png

C:\Users\augus\Documents\augusto-mantilla>git push