Like the
--publish option, but also automatically:git add -uto automatically add change to any files that have been previously git trackedgit commit -m <commit-message>to create a new commit with those changes
This allows you to publish your changes live in a single command such as:
ourbigbook --publish-commit 'my amazing change' .With great power comes great responsibility of course, but who cares!