coryhouse / coryhouse/reactjsconsulting
Git
Open
- Dominant language
- JavaScript
- Stars
- 374
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
# Git tips
- To avoid merge conflicts on a file that has many changes on the same lines, use a union merge strategy by creating .gitattributes, and putting this inside: `CHANGELOG.md merge=union` (this assumes the file is called CHANGELOG.md). [Example](https://github.com/plone/volto/blob/master/.gitattributes). Or, try [Towncrier](https://towncrier.readthedocs.io/en/latest/cli.html)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.