File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88 branches :
99 - ' *'
Original file line number Diff line number Diff line change 33``` bash
44nvm use
55
6- git checkout master
6+ git checkout main
77
88git pull
99
@@ -26,7 +26,7 @@ git commit -m 'bump version'
2626git push
2727```
2828
29- - Once the PR is merged, then ` git checkout master ` and ` git pull `
29+ - Once the PR is merged, then ` git checkout main ` and ` git pull `
3030
3131- Uncomment the first line of the ` .npmrc ` file and comment the second line
3232
Original file line number Diff line number Diff line change 1- // see: https://github.com/prettier/prettier/blob/master /src/language-js/loc.js
1+ // see: https://github.com/prettier/prettier/blob/main /src/language-js/loc.js
22
33function getRange ( index , node ) {
44 if ( node . range ) {
You can’t perform that action at this time.
0 commit comments