This is great! Though the git add . command is running very slow for me for some reason 
I imagine it is easy to add some simple push and pull scripts to save time.
~/push
#!/bin/sh
cd ~/obsidian
git add .
git commit -m "Commit from mobile"
git push
~/pull
#!/bin/sh
cd ~/obsidian
git pull