joplin-mdbooks-website/update.sh

7 lines
88 B
Bash
Raw Permalink Normal View History

2020-11-23 17:14:32 -05:00
#!/usr/bin/env bash
2021-04-27 19:33:51 -04:00
git pull
2021-11-20 10:22:59 -05:00
./joplinexport
2020-11-23 17:14:32 -05:00
git add .
2020-12-15 09:39:11 -05:00
git diff --cached
2020-12-29 19:23:15 -05:00
git cma Updates