feat(dolt): auto-commit write commands and set explicit commit authors (#1270)
Adds Dolt auto-commit functionality for write commands and sets explicit commit authors. Includes fix for race condition in commandDidWrite (converted to atomic.Bool). Original PR: #1267 by @coffeegoddd Co-authored-by: Dustin Brown <dustin@dolthub.com>
This commit is contained in:
@@ -358,8 +358,9 @@ export BEADS_DB=/path/to/specific/.beads/beads.db
|
||||
```bash
|
||||
# Configure sync behavior
|
||||
bd config set sync.branch beads-sync # Use separate sync branch
|
||||
bd config set sync.auto_commit true # Auto-commit changes
|
||||
bd config set sync.auto_push true # Auto-push changes
|
||||
|
||||
# For git-portable workflows, enable daemon auto-commit/push (SQLite backend only):
|
||||
bd daemon start --auto-commit --auto-push
|
||||
```
|
||||
|
||||
## Performance Considerations
|
||||
|
||||
Reference in New Issue
Block a user