7 unless (!-e
'sgn-site') {
8 say_run
("git clone git.sgn.cornell.edu:/git/deploy/sgn-site");
12 say_run
("make gitupdate");
15 say_run
("git log -1 --stat -p");
17 # This will block on an interactive prompt for a GPG password
21 say_run
("git log -1 --stat -p");
24 You may want to save the commit you just made by doing
26 git push origin master
28 But you might want to try again, so this part is not automated :)