Skip to content

Commit 700db62

Browse files
master to main
1 parent 71a732e commit 700db62

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ At this point, you're ready to make your changes! Feel free to ask for help; eve
3636

3737
### Make a Pull Request
3838

39-
At this point, you should switch back to your master branch and make sure it's up to date with the latest upstream version of PICA.
39+
At this point, you should switch back to your main branch and make sure it's up to date with the latest upstream version of PICA.
4040

4141
```sh
4242
git remote add upstream git@github.com:prathameshnium/PICA-Python-Instrument-Control-and-Automation.git
43-
git checkout master
44-
git pull upstream master
43+
git checkout main
44+
git pull upstream main
4545
```
4646

47-
Then update your feature branch from your local copy of master, and push it!
47+
Then update your feature branch from your local copy of main, and push it!
4848

4949
```sh
5050
git checkout 101-add-new-instrument
51-
git rebase master
51+
git rebase main
5252
git push --force-with-lease origin 325-add-ac-resistivity-module
5353
```
5454

0 commit comments

Comments
 (0)