This is a test by the way.
authorSam Moore <[email protected]>
Wed, 25 Jul 2012 09:30:27 +0000 (17:30 +0800)
committerSam Moore <[email protected]>
Wed, 25 Jul 2012 09:30:27 +0000 (17:30 +0800)
update.sh

index ef92311..b1d70f9 100755 (executable)
--- a/update.sh
+++ b/update.sh
@@ -9,7 +9,7 @@ cd "$directory"
 # Need to do this too. Apparently
 git="/usr/bin/git"
 eval $(ssh-agent) 2>/dev/null
-ssh-add /home/sam/.ssh/id_rsa 2>/dev/null
+ssh-add /home/sam/.ssh/honours 2>/dev/null
 
 $git add update.sh
 $git add papers
@@ -22,8 +22,7 @@ $git add thesis/*.pdf
 $git add thesis/*.bib
 $git add course/semester2
 
-
-$git commit -m "Automatic commit at $(date)"
+$git commit -m "This is a test by the way."
 if [ "$?" == 0 ]; then
        echo "Commit at $(date)" >> commits.log
        $git push git.ucc 2>&1 >> commits.log

UCC git Repository :: git.ucc.asn.au