não consigo fazer o pull dos arquivos com a outra conta para fazer o Pull Request no site Git hub, a mensagem que aparece no meu git bash é : "$ git push origin master Everything up-to-date"
eu entro no site e lá não existe nenhum commit.
não consigo fazer o pull dos arquivos com a outra conta para fazer o Pull Request no site Git hub, a mensagem que aparece no meu git bash é : "$ git push origin master Everything up-to-date"
eu entro no site e lá não existe nenhum commit.
Thadeu, você definiu o repositório remoto correto?
Qual a saída do comando git remote -v
e que "site" você está acessando?
git remot - v origin https://github.com/ThadeuLucio/meu.git (fetch) origin https://github.com/ThadeuLucio/meu.git (push)
$ git pull origin master From https://github.com/ThadeuLucio/meu
Thadeu, seus commits estão lá sim. Estou vendo sem problemas aqui.