Feature Request
Description
When doing a guet add --local a local .guet directory is created. It would be nice if a configuration file was added to folder detailing some information about guet.
Example
$ guet add --local cb "chris boyer" cboyer@example.com
$ ls .guet
committers config
$ cat config
# Created using guet. Learn more at https://guet.sh
# Version 2.4.1
Feature Request
Description
When doing a
guet add --locala local.guetdirectory is created. It would be nice if a configuration file was added to folder detailing some information about guet.Example