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 11, 2023
1 parent 628eea8 commit fa8a888
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,5 +1,6 @@
repo-owner = davidchambers
repo-name = doctest
default-branch = main
author-name = David Chambers <[email protected]>
source-files = bin/doctest lib/*.js
readme-source-files =
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Contributing

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 fa8a888

Please sign in to comment.