mix limbo.pull_push This will push commits to the trunk whenever they are created by mix limbo.test which you can run occasionally manually in another terminal window
mix limbo.pull_push
mix limbo.test
MIX_ENV=test mix limbo.test This will run tests and save commits if/when the test passes, and revert if test fails
MIX_ENV=test mix limbo.test
MIX_ENV=test mix limbo.test_commit This will run tests and save commits if/when the test passes, and nothing if test fails
MIX_ENV=test mix limbo.test_commit