AGWA / AGWA/git-crypt

remove git-crypt from a repository

Đang mở
#137 13 bình luận 13 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
C++
Star
9.9k
Fork
544
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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`

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.