My Notes On Paper, Hand-Written Scripts Backup

MacBook
command line
Git
backups
syncing notes
attachments
commit
These instructions provide a step-by-step guide on how to sync hand-written notes and scripts backup on a MacBook using the command line and Git. The process involves copying files to a different folder, attaching necessary files, pulling updates from the main branch, and finally committing the changes. This method ensures that your data remains secure and up-to-date.
Published

October 11, 2022


see attachments.

it is in a different folder.

sync on macbook:

bash -c 'cd /Users/jamesbrown/.notable/attachments; git pull origin main; git add .; git commit -m "init commit"; git push origin main'