git encrypt/decrypt remote repository files while push/pull
Posted
by UncleMiF
on Stack Overflow
See other posts from Stack Overflow
or by UncleMiF
Published on 2010-03-16T18:14:39Z
Indexed on
2010/03/16
18:21 UTC
Read the original article
Hit count: 347
Is it possible to automatically encrypt files via 'git push' before transferring to a remote repository? And automatically decode them while 'git pull'.
I.e, if I have some remote server with shared access with git repository there, and I don't want to our project was stolen without a permission... Maybe there is some special git-hooks before push and after pull?
© Stack Overflow or respective owner