Skip to content

Commit

Permalink
update references to default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Dec 6, 2023
1 parent 71ce53b commit bba5266
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
repo-owner = sanctuary-js
repo-name = sanctuary-identity
default-branch = main
contributing-file = .github/CONTRIBUTING.md
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Note: __README.md__ is generated from comments in __index.js__. Do not modify
__README.md__ directly.

1. Update local master branch:
1. Update local main branch:

$ git checkout master
$ git pull upstream master
$ git checkout main
$ git pull upstream main

2. Create feature branch:

Expand Down

0 comments on commit bba5266

Please sign in to comment.