Doubts with Git Hub Versioning

0

Hello, I'm having an extreme difficulty that I did not find any answer or relationship in the omniscient oracle.

My problem: I'm writing a few lines, I'm testing what I did, I commit, I pull and push, I solve conflicts and I give merge. The problem is that when I do this, my local repository gets "up date" and the deploy tbm repository gets "up date", however my modifications do not appear in the application mine.

Git does not show any error, with git status says that there is no modification to commit, with git pull says that the location is already updated and with push says that the remote is already updated, but even so Local and online application codes are not the same.

Does anyone know what it is and how to fix it?

NOTE: I use Atom to write and control commits, pull, push, and merge.

    
asked by anonymous 25.09.2018 / 18:22

0 answers