mirror of
https://github.com/MichaelMure/git-bug.git
synced 2025-01-07 10:36:36 +03:00
makefile: add a target to remove all local bugs
This commit is contained in:
parent
51b0d70985
commit
f510e43418
6
Makefile
6
Makefile
@ -15,4 +15,8 @@ pack-webui:
|
||||
npm run --prefix webui build
|
||||
go run webui/pack_webui.go
|
||||
|
||||
.PHONY: build install test pack-webui
|
||||
clean-local-bugs:
|
||||
git for-each-ref refs/bugs/ | cut -f 2 | xargs -r -n 1 git update-ref -d
|
||||
git for-each-ref refs/remotes/origin/bugs/ | cut -f 2 | xargs -r -n 1 git update-ref -d
|
||||
|
||||
.PHONY: build install test pack-webui clean-local-bugs
|
||||
|
Loading…
Reference in New Issue
Block a user