Yesterday I made some changes to a file called Network.java. Today I reached out with a permutation from the origin. Now the changes have disappeared in the file. More interestingly, if I run git log -p and search Network.java, I see a commit with the changes, however, if I run git log -p -- <path to Network.java> , I donβt see my commit (it shows the committed commit a week ago).
What gives?
source share