Origit Console
IBM Bob connected acme-payments · Business plan · demo
main northbridge-payments/.githooks/post-commit
4 lines · 283 bytes sha256 5c57e1959dbe6d3d9812 hours ago
#!/bin/sh
# Origit post-commit: attach the pending record to HEAD as a git note (refs/notes/origit) and clear the trace.
ORIGIT=$(sh "$(dirname "$0")/origit-bin.sh") || exit 0
"$ORIGIT" record attach || echo "origit: WARNING record not attached to $(git rev-parse --short HEAD)" >&2
Powered by IBM Bob 2.0