We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fa266 commit 6e95591Copy full SHA for 6e95591
README.md
@@ -20,6 +20,16 @@ Then you can open: `http://localhost:4567`
20
21
Things to remember:
22
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
33
- Wikis don't support nesting, so filenames have to get a bit wild
34
35
```diff
0 commit comments