AGWA / AGWA/git-crypt

remove git-crypt from a repository

未关闭
#137 13 条评论 13 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C++
星标
9.9k
派生
544
PR 合并指标
30 天内没有已合并 PR

描述

Now that keybase unvailed [encrypted Git](https://keybase.io/blog/encrypted-git-for-everyone), I'm going to move my private repos from Github to Keybase. How can I decrypt the history of an entire repository? I have tried several `git filter-branch` commands without success, here's what I've tried so far:

- `git filter-branch --index-filter "git rm -rf .gitattributes .git-crypt; git update-index --really-refresh" --prune-empty -f`
- `git filter-branch --index-filter "git rm -rf .gitattributes .git-crypt" --prune-empty -f`
- `git filter-branch --index-filter "git reset HEAD && git rm -rf .gitattributes .git-crypt && git add -A ." --prune-empty -f`

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。