feat(KB-203): add git commands to CLI

- Add git command module with status, push, pull, and fetch subcommands

- Integrate git commands into CLI routing and help system

- Add comprehensive unit tests for all git commands (657 lines)

- Include changeset for the new CLI git operations
This commit is contained in:
gsxdsm
2026-03-30 17:46:51 -07:00
parent 14f4cd784f
commit e7bc7507fa
4 changed files with 1085 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
"@dustinbyrne/kb": minor
---
Add `kb git` subcommand group with status, push, pull, and fetch commands
for convenient git workflows from the CLI.