Coding Guidelines - calcitem/Sanmill GitHub Wiki
Coding Guidelines
Git
We prefer a rebase workflow and occasional feature branches. Most work happens directly on the master
branch. For that reason, we recommend setting the pull.rebase
setting to merges
.
git config --global pull.rebase merges
Contribution Guide
See Contributing.