ACT Playbook Documentation

Setup GitHub

Configure Git for the project

Configure Pull Behavior

Set Git pulls to merge by default:

git config pull.rebase false

On this page