Reproduce:
- Push
test.tex.md file in commit Test commit
git commit --amend the commit Test commit to add another file
git push -f the updated Test commit commit
Behaviour:
test.md doesn't exist
Exected:
It exists
The only work-around I have is to touch all *.tex.md files to make them appear changed, then push them.