Skip to content

Commit 6e95591

Browse files
committed
Update the README
1 parent 62fa266 commit 6e95591

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ Then you can open: `http://localhost:4567`
2020

2121
Things to remember:
2222

23+
- Gollum is a bit of a nightmare for testing, my current technique is:
24+
25+
```sh
26+
# before
27+
git branch -b thing_i_am_working_on
28+
29+
# to iterate, amend the commit and re-run gollum against that bit of git
30+
git add .; git commit --amend --no-edit --no-verify; gollum --ref thing_i_am_working_on
31+
```
32+
2333
- Wikis don't support nesting, so filenames have to get a bit wild
2434

2535
```diff

0 commit comments

Comments
 (0)