Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahboston committed Aug 30, 2023
1 parent 61f7979 commit ca1602b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Reload the page to see your changes.

## Updating from upstream repository

This only needs to be done if we want to upgrade the version of Blockscout itself.

```bash
# Add the upstream repo as a remote
git remote add upstream git@github.com:blockscout/blockscout.git
Expand All @@ -30,4 +32,6 @@ git checkout master

# Replay our master branch changes over the upstream master branch
git rebase upstream/master

git push --force
```

0 comments on commit ca1602b

Please sign in to comment.