git encrypt/decrypt remote repository files while push/pull
- by UncleMiF
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?