Skip to content

Commit

Permalink
[INFRA-1210] Rename branch to main (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariechatfield authored Jun 30, 2021
1 parent 1b09174 commit 0034f74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ http://localhost:8888/Simulator/?src=http://localhost:3000/?forceTableau=true
Make sure your fork is up-to-date and create a feature branch for your feature or bug fix.

```bash
git checkout master
git pull upstream master
git checkout main
git pull upstream main
git checkout -b my-feature-branch
```

Expand Down Expand Up @@ -221,7 +221,7 @@ a few days.

### Deploy to heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/datadotworld/tableau-connector/tree/master)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/datadotworld/tableau-connector/tree/main)

## Thank you!

Expand Down

0 comments on commit 0034f74

Please sign in to comment.