git-auto-commit-mode icon indicating copy to clipboard operation
git-auto-commit-mode copied to clipboard

Automatically commit to git after each save

Results 9 git-auto-commit-mode issues
Sort by recently updated
recently updated
newest added

I recently screwed my entire org-roam library by accidentally pressing "sync" button in Orgzly. It took me a while to clean up the mess and I realized that I finally...

I have been happily using git-auto-commit-mode, but when the git repo is being worked on separately from different locations then I get merge conflicts when trying to auto push. This...

I have a project with notes set to auto push, and for every single file it asks me to confirm. I finally understood that it's because the var itself is...

When I occasionally manually commit with Magit while `git-auto-commit-mode` is enabled, submitting the commit saves `.git/COMMIT_EDITMSG`, which seems to trigger `git-auto-commit-mode`'s prompt for a message (since I have `gac-ask-for-summary-p` enabled)....

Hello, Thank you for this useful package. I have set up git-auto-commit-mode with a dir-locals.el. When I save a file, the auto-commit works fine. However the push fails. Here is...

Trying to set custom variables in the `.dir-local.el` file instead of `init.el` or `config.el`. ### Steps: 1. Create dir test 2. Initiate test dir with `git init` 3. Add remote...

I see the following options here: - commit only single file `(setq git-auto-commit-mode-context 'file)` - commit all (staged and/or unstaged) commits in subtree (subdirectory) `(setq git-auto-commit-mode-context 'subtree)` - commit all...

This makes it possible to run functions after commits are made.

Hello. I'm using this package on FreeBSD and Slackware Linux. On FreeBSD I get unexpected file name. For Slackware the commit message is like `20240804014708-new_note.org`, but on FreeBSD it writes...