This hook scripts allows you to synchronise PDF files whenever you make a commit which changes PDF-file. If the PDF on Cloud Storage is changed since the commit made, this script asks whether proceed overwriting, backup-ing or just abort.
The intended use is to sync PDF between local and Digital Paper Device, where DPD-version might contain "hand-written" notes.
It is also useful, when you use the same directory to sync with Cloud storage and Digital Paper Device.
- Bash
- pdftk
- git
- Place
post-commit
andpre-commit
to your.git/hooks
directory, chmod +x .git/hooks/{pre-commit,post-commit}
,- Make some commit with PDF.
CAUTION: ABSOLUTELY NO WARRANTY; USE AT YOUR OWN RISK