Tentando comitar e enviar arquivo alterado: (sem sucesso) $ git commit -m 'Charset UTF-8' On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working tree clean
Tentando comitar e enviar arquivo alterado: (sem sucesso) $ git commit -m 'Charset UTF-8' On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working tree clean
Olá Clerman, tudo bem ?
Dá uma olhadinha no status do seu projeto, vê se há para ser comitado :
git status
Se tiver, dá um :
git add .
E em seguida você pode realizar seu commit, passando a mensagem do que foi feito :
git commit -m "mensagem do que rolou"
Abraços
o meu git status está dando isso :
No ramo master
nada a submeter, diretório de trabalho vazio