Hacker News new | ask | show | jobs
by Forge36 698 days ago
I use org mode and sync with a git repository. Thoughtfully emacs and git are both approved.
1 comments

Do you have any hooks setup to automatically commit/push if file changes are detected?
I have a server hook to make a commit (which causes the push to fail) if I forget to manually make one. I have F10 in emacs setup to commit and pull to local. Local is also setup to rebase on pull.