From 1c733adfce78f39e16d88854f385e32e1072a35f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 23 May 2025 03:27:43 -0500 Subject: [PATCH] minor --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 +```