From 71a4e7e72585682e6c109dc3b52ea533fff81e7c Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sat, 13 Dec 2025 13:13:03 +0100 Subject: [PATCH] Added git status proxy --- src/pkgmgr/cli/proxy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pkgmgr/cli/proxy.py b/src/pkgmgr/cli/proxy.py index 460f5c6..a6d3469 100644 --- a/src/pkgmgr/cli/proxy.py +++ b/src/pkgmgr/cli/proxy.py @@ -28,6 +28,7 @@ PROXY_COMMANDS: Dict[str, List[str]] = { "reset", "revert", "rebase", + "status", "commit", ], "docker": [