My `gitcron’ script
As I’m now using git for version control of my latex documents that I am writing I have automated the committing to git.
This is the script that I’m using, called gitcron
-
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ... |
As I’m now using git for version control of my latex documents that I am writing I have automated the committing to git.
This is the script that I’m using, called gitcron
-
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ... |
I’m moving all my files and stuff to ‘Bitbucket’ as I think that they provide a better service than Github, so I’m shortly closing down the Github site. Do come and look at the new bitbucket site which is at https://bitbucket.org/boudiccas/dots
more ...I’ve long been interested in git
, which is described as - ‘Git is a popular version control system designed to
handle very large projects with speed and efficiency; it is used for many high profile open source projects, most
notably the Linux kernel’. It scales very nicely for home use ...
Recently I’ve been using various pdf tools to watermark pdf’s and generally play about with them. They are pdfForts
from https://github.com/sjau/pdfForts and have various tools, like -
This script adds a password to the PDFs.
Lets you edit the current bookmarks and apply ...
more ...