File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,17 @@ git push (or you might need to do git push --set-upstream origin BRANCH_NAME)
27276 . 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```
3337git checkout main
3438git 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
You can’t perform that action at this time.
0 commit comments