# README
dev script
go run ./contrib/dev/
If you want to instead use this to bootstrap:
go run ./contrib/dev/ --cleanup=false
- Note the tmp dir printed out
- Stop the program
Ctrl+C
- Modify as needed within the tmp dir
- Run
git-dir
and point at the config contained within the tmp dir - Remember to clean up the tmp dir yourself when finished