Olá, pessoal, tudo bem?
Estou tentando subir um projeto no github no entanto não estou tendo sucesso. Sempre que tendo dar um "git add ." para adicionar o arquivo que quero commitar ele me retorna:
$ git status
On branch master
Your branch is up to date with 'origin/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)
(commit or discard the untracked or modified content in submodules)
modified: my-appasd (modified content, untracked content)
no changes added to commit (use "git add" and/or "git commit -a")
Já tentei dar gitpull e mesmo assim não foi, alguém pode me ajudar, por favor?