git-remote-gcrypt/README

19 lines
550 B
Text
Raw Normal View History

2013-02-14 01:00:00 +01:00
# git-remote-gcrypt
# Copyright 2013 by Ulrik
# License: GPLv2 or any later version, see http://www.gnu.org/licenses/
#
# Requires GnuPG
#
# We read `git config gcrypt.recipients` when creating new repositories
2013-02-14 01:00:00 +01:00
Install as `git-remote-gcrypt` in $PATH
2013-02-14 01:00:00 +01:00
Supports local, ssh:// and sftp:// remotes at the moment::
git config --global gcrypt.recipients KEYID1
2013-02-14 01:00:00 +01:00
git remote add gcryptrepo gcrypt::ssh://hostname.com:MyNewRepo
git push --all gcryptrepo
WARNING: This is a proof of concept
WARNING: Repository format WILL change, incompatibly