Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 445 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 445 Bytes

branch-cleaning

GitHubEnterpriseのリポジトリを指定し、protectBranchesに設定したブランチ以外を削除する。
一切チェックをしないので危険なプログラムです。

Usage

go run cmd/cleaning/main.go --repository {repository_name}

Compile

GOOS=linux GOARCH=amd64 go build cleaning.go
GOOS=darwin GOARCH=amd64 go build cleaning.go
GOOS=windows GOARCH=amd64 go build cleaning.go