-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
Stéphane Letz edited this page Feb 18, 2022
·
7 revisions
For developers, GIT commits can be prefixed by:
- [NEW]: to indicate a new feature
- [DEPRECATED]: to indicate a removed feature
- [FIX]: to indicate a bug fix
Those indications will be used when preparing the Changelog at release time.
The GitHub repository is configured so that each commit enforces linear history. So be sure to use git pull --rebase
when synchronising your local repository, or use git config pull.rebase true
to permanently setup it.