Git, auto updating, security and tampering?

Posted by acidzombie24 on Programmers See other posts from Programmers or by acidzombie24
Published on 2011-01-12T07:05:05Z Indexed on 2011/01/12 7:58 UTC
Read the original article Hit count: 214

Filed under:

I was thinking about hosting my private project on my server (i may use 'gitolite') and have a copy on my local machine as backup (git clone then automated git fetch every few minute). I want to know what happens if there is a bug gitolite or somewhere else on my server and the source code and git repository has been tampered with? Will my backup also be corrupted? will i easily be able to revert the source using the history?

© Programmers or respective owner

Related posts about git