Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jul 2, 2023
1 parent 9607075 commit a747047
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples-testing/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Update patch

- `git apply --directory=examples-testing changes.patch`
- `git apply changes.patch`
- Make changes
- `yarn run type-check`
- `git diff > ../changes.patch`
- Reset changes
- Copy patch file
- Move patch file

# Update sources

- Delete all examples
- `node index.js`
- Commit changes
- `git apply --directory=examples-testing --reject changes.patch`
- `git apply --reject changes.patch`
- Fix conflicts
- `yarn run type-check`
- `git diff > ../changes.patch`
- Reset changes
- Copy patch file
- Move patch file
- Commit changes

0 comments on commit a747047

Please sign in to comment.