This commit is contained in:
Jeff Carr 2025-05-23 03:27:43 -05:00
parent 1defa8d582
commit 1c733adfce
1 changed files with 15 additions and 0 deletions

View File

@ -49,3 +49,18 @@ make # this runs GO111MODULE=off go build insuring that y
## Debian packages: ## Debian packages:
Instructions are on https://mirrors.wit.com/ 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
```