new stuff

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-08 05:00:46 -06:00
commit 486dd8e0b2
1 changed files with 12 additions and 0 deletions

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
all:
redomod:
rm -f go.*
go mod init
go mod tidy
filter-branch:
# git filter-branch --index-filter "git rm --cached --ignore-unmatch path_to_unwanted_file" --prune-empty --tag-name-filter cat -- --all
git filter-branch --tree-filter 'rm plugin.go' HEAD
git filter-branch --subdirectory-filter foodir -- --all