-
The first step is to rename the "master" branch in your local Git repositories:
$ git branch -m master main
-
Let's quickly check if this has worked as expected:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // Editor | |
| "editor.guides.bracketPairs": true, | |
| "editor.fontSize": 16, | |
| "editor.fontFamily": "Fira Code", | |
| "editor.wordWrap": "on", | |
| "editor.tabSize": 2, | |
| "files.autoSave": "onFocusChange", | |
| // Workbench settings |
See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs

