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 ... |