Prompt to choose gpgsign key on setup
未关闭
还没有人认领这个 Issue。
评估
调研方向
未指定任何文件、测试或实现入口。首先检查现有的 CLI 命令和设置流程,然后确定应如何表示 repository 路径、分支、标签、GPG 签名模式和秘密密钥选择;完成意味着所列出的设置以及针对特定分支或标签的使用都能明确无歧义地工作。
由索引模型根据 Issue 内容生成。
描述
enhancement
meta
Implementation
- Multiselect which operation to use
gpgsign
git config push.gpgsign if-asked
git config commit.gpgsign true
git config tag.gpgsign true
- Select
signingkeyfromlist-secret-keys
gpg --list-secret-keys --keyid-format long
git config user.signingkey 0123346789ABCDEF
git config user.name Spam Killer
git config user.email spamkiller@dispossable.email
Usage
- Automatic from url or path
git setup https://github.com/cli/cli
# or for existing repo
git setup
# works with multiple repos too
git setup ~/Projects/OSS/{ repo1, repo2 }
- Manual on specific branches and/or tags
git setup --gpgsign hotfix/big-bug feature/branch
- Support wildcards (handy for tags)
git setup --signingkey 'v3.0.0-[alpha|beta].*'
-
--gpgsignand--signingkeyshould be the same (to avoid confusion)
- 主要语言
- Rust
- 星标
- 1
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
相似的 Issue
-
bug github_actions
难度 2/5 1-3 小时 新手友好度 75/100
registrystack/registry-stack#1393 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
longbridge/gpui-kit#3223 ·
-
bug engine
难度 2/5 1-3 小时 新手友好度 65/100
rocky-data/rocky#2181 ·
-
难度 2/5 1-3 小时 新手友好度 70/100
oasisprotocol/oasis-sdk#2523 ·
-
bot:ai-assisted component:indexer QA-roadmap status:untriaged
难度 2/5 1-3 小时 新手友好度 75/100
midnightntwrk/midnight-indexer#1557 ·