Updated 14 November 2022.
Before Each Commit
- It compiles.
- It has been autoformatted (if necessary).
-
For Fossil projects:
-
Run
fossil status
:- You are on the correct branch.
-
Run
fossil diff
:- No stray changes.
- All changes that need to be included are added.
- nocheckin appears nowhere.
-
Run
-
For Git projects:
- You are on the correct branch.
- The branch is up to date with its remote.
- The diff is clean.