Fala pessoal, estou com problemas na hora de fazer o comando git push local master e já tentei procurar o erro não consegui sozinho!
Matheus e Bruna@DESKTOP-29DGC0V MINGW64 ~/Desktop/curso-de-programacao/git-e-github/matheus (master)
$ git status
On branch master
nothing to commit, working tree clean
Matheus e Bruna@DESKTOP-29DGC0V MINGW64 ~/Desktop/curso-de-programacao/git-e-github/matheus (master)
$ git remote -v
local C:\Users\Matheus e Bruna\Desktop\curso-de-programacao\git-e-github\matheus (fetch)
local C:\Users\Matheus e Bruna\Desktop\curso-de-programacao\git-e-github\matheus (push)
Matheus e Bruna@DESKTOP-29DGC0V MINGW64 ~/Desktop/curso-de-programacao/git-e-github/matheus (master)
$ git push local master
Everything up-to-date