summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-05-23 03:27:43 -0500
committerJeff Carr <[email protected]>2025-05-23 03:27:43 -0500
commit1c733adfce78f39e16d88854f385e32e1072a35f (patch)
treeee10329ddc5f10777f55dd9edbe9c9b1d9788acb
parent1defa8d58217731da602bb05d657b6524ce16b56 (diff)
minor
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 007c188..f48a64d 100644
--- a/README.md
+++ b/README.md
@@ -49,3 +49,18 @@ make # this runs GO111MODULE=off go build insuring that y
## Debian packages:
Instructions are on https://mirrors.wit.com/
+
+## possible 'git bug' integration ideas:
+
+```
+git pull origin +refs/bugs/\*:refs/bugs/\*
+git pull origin +refs/identities/\*:refs/identities/\*
+
+
+# remove the caches
+rm -rf .git/git-bug
+
+
+# rebuild the cache with any command
+git bug user
+```