Open rorybyrne opened 3 years ago
git plan should be able to load config.yaml and TEMPLATE.md files from ~/.config/git-plan (user config) or .plan/ (project config)
git plan
config.yaml
TEMPLATE.md
~/.config/git-plan
.plan/
Project config should take highest priority, followed by user config, and finally the default config.
git plan
should be able to loadconfig.yaml
andTEMPLATE.md
files from~/.config/git-plan
(user config) or.plan/
(project config)Project config should take highest priority, followed by user config, and finally the default config.