This script installs a global prepare-commit-msg
hook and Git aliases to make pair programming commits painless.
While pairing, all commits automatically get Co-authored-by
trailers for the configured partners.
curl -fsSL https://gist.githubusercontent.com/oboxodo/9d086bd582ff3df822b17a3396fb5e51/raw/git-pairing-setup.sh | bash
# add --yes for non-interactive uninstall