Git does not show changes
Have a nice day guys and sorry for an off-topic question.
Is there any possible cause for a file in a commit does not show its changes after merging?
I merged a request that had a file X updated some code. After merging using Gitlab, the file X 'magically' lose some of its code but does not show the changes on Git GUIs like Source Tree, Fork or even Gitlab. I could only track the changes via git diff command.
2 Replies
are you sure those changes were not already present in a merged commit?
have you tried a git blame on the file?
Wow, good catch! Thank you a lot!