From 8293af72744bc89beac57a194602938536b429db Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 12 Feb 2026 09:47:43 +0000 Subject: feat: add ngit checkout command for non-interactive proposal checkout Adds a new 'ngit checkout ' command that creates or updates a proposal branch and checks it out. Supports both PRs and patches with parent-commit references. Phase 1 of non-interactive ngit list implementation. --- src/bin/ngit/sub_commands/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin/ngit/sub_commands/mod.rs') diff --git a/src/bin/ngit/sub_commands/mod.rs b/src/bin/ngit/sub_commands/mod.rs index 9c84ef2..e9f91db 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs @@ -1,3 +1,4 @@ +pub mod checkout; pub mod create; pub mod export_keys; pub mod init; -- cgit v1.2.3