Skip to content

Commit 261b495

Browse files
committed
more instructions. OMG this workflow is so overkill for small projects
1 parent ca2821a commit 261b495

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,17 @@ git push (or you might need to do git push --set-upstream origin BRANCH_NAME)
2727
6. Once the PR is merged, your changes should be visible on
2828
[https://obf.github.io/](https://obf.github.io/)
2929

30-
8. Next time you want to make more changes, first update your local
31-
copy to pull in any changes others may have committed:
30+
7. Next time you want to make more changes, first update your fork
31+
(because others may have committed changes). Go to
32+
https://github.com/YOUR_GITHUB_ID/OBF.github.io and click the "Sync
33+
fork" button.
34+
35+
8. Then update your local copy to get the latest version.
3236
```
3337
git checkout main
3438
git pull
3539
```
36-
Then do the steps in #4 (with a new branch name) to commit your changes.
40+
9. Edit your local copy as desired. Then do the steps in #4 (with a new branch name) to commit your latest changes.
3741

3842

3943
### Using hugo

0 commit comments

Comments
 (0)