diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-31 05:34:49 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-31 05:34:49 -0400 |
commit | 03d05800893ee5d8df859fb9f7d3c826e5483fa0 (patch) | |
tree | 1ddd5ff79eb04e480d21f9dd5a479d61df09f9b0 /tools/push | |
parent | d48c5e60d2213d619fa23c78f6bdcc5473fd6834 (diff) | |
download | fork-ledger-03d05800893ee5d8df859fb9f7d3c826e5483fa0.tar.gz fork-ledger-03d05800893ee5d8df859fb9f7d3c826e5483fa0.tar.bz2 fork-ledger-03d05800893ee5d8df859fb9f7d3c826e5483fa0.zip |
Added auto-commiting of TODO files to tools/push
Diffstat (limited to 'tools/push')
-rwxr-xr-x | tools/push | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ #!/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 |