ledger/tools/push
2009-11-14 03:12:09 -05:00

15 lines
262 B
Bash
Executable file

#!/bin/sh
set -e
(cd plan/data; git push)
(cd plan; git commit -a -m "Update TODO files" && git push)
git checkout master
git merge --no-ff next
git checkout next
git rebase master
git push
git checkout master
./acprep upload
mv *.dmg* build
git checkout next