0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python33 forks (33 forks)auto 404
aspect: usabilityenhancementgood first issuehelp wanted
Repository metrics
- Stars
- 381 stars (381 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- command like
gito pupulate-project-config to copy bundled config.toml into <project / repo>/.gito
- consider using global config from ~/.gito (if that don't works this way yet)
Contributor guide
- Research direction
- Inspect the current CLI command structure and config management. Find where the bundled config.toml lives and how config is loaded, then plan adding a subcommand to install or copy config into .gito and support global config from ~/.gito.
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- Git