maks / MGit

A Git client for Android.
https://manichord.com/projects/mgit.html
GNU General Public License v3.0
1.22k stars 166 forks source link

Doesn't update files when created by another application #712

Closed CodeMazeSolver closed 3 months ago

CodeMazeSolver commented 5 months ago

MGit does not notice new files created by another application in the folder structure of the repository.

In the particular case I'm using Obsidian to create a new markdown file. Changes in existing files are tracked. However, the additional markdown file, which can also be found by the system file explorer, does not show up in MGit. Thus, git cannot track any changes made and commits are empty.

isikyus commented 3 months ago

Is this the same issue as https://github.com/maks/MGit/issues/620 ?

CodeMazeSolver commented 3 months ago

Yes, you're right