Skip to content

Commit

Permalink
Merge pull request #27 from okfn/23_resync_docs
Browse files Browse the repository at this point in the history
How to resync
  • Loading branch information
avdata99 authored Jan 4, 2023
2 parents 2ffa00c + 9347bfe commit 2e00d00
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Next release
- Fix tests [#26](https://github.com/okfn/okfn-collaborative-docs/pull/26)
- Some help to resync with upstream [#27](https://github.com/okfn/okfn-collaborative-docs/pull/27)

### 0.2.1
2023-01-03 [#24](https://github.com/okfn/okfn-collaborative-docs/pull/24)
Expand Down
11 changes: 11 additions & 0 deletions docs/re-sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Re sync with upstream template

One way to do it could be:

```bash
git remote add upstream [email protected]:okfn/okfn-collaborative-docs.git
git fetch upstream
git rebase upstream/main main
# Resolve conflicts if any
git push -f origin main
```

0 comments on commit 2e00d00

Please sign in to comment.