Relative Content

Tag Archive for gitgithub

Why are my changed files not appearing on github?

I’m maintaining the Reko decompiler on https://github.com/uxmal/reko . Recently, I used git mv to move some files from one directory in that repository (src/Analysis to src/Core/Analysis). The commit where that was done is https://github.com/uxmal/reko/commit/1378cd12017f9cfa757658652c53c7e4d88ce890. The project works fine on my Windows development machine after that. I made a few more commits, then pushed my work to github.

Why does GitHub think a code change doesn’t exist when merging that code change in from another branch?

I can look at a branch in GitHub and see a code change. I can then look at another branch and see the same exact code change with the same commit message. However, when I try to merge one branch into the other or even do a compare, GitHub thinks that one branch does not have the code change. This happens whether I’m merging A into B or B into A. Which ever is being merged into does not appear to have the change.