[Mobile] Sync with git on iOS for free using iSH

Guys, thank you so much for this tutorial!

I wanna contribute too and my finding is that the developers of iSH created a new filesystem that allow git add . to not be so slow.

Use:

#!/bin/sh
mount -t ios-unsafe . obsidian

and your git status and git add commands should start to run smoothly.

Warm hug!

5 Likes