6 lines
94 B
Bash
6 lines
94 B
Bash
cd /sdcard/Documents/zotero
|
|
git add .
|
|
git commit -m "Android Sync $(date}"
|
|
git pull
|
|
git push
|