Is there a rock-solid git server that I can use on a home server for versioned immutable backups of misc. files on personal devices (e.g., account config), as well as private software development git repos? (I've done a cheaper version of this -- except for the immutable part, and the separation of accounts between devices -- in the past using SSH+SVN to a home server, and it was great.) I was thinking immutable from…
Yes, Gitolite can do this.
R is read access only
RW is read and write access
RW+ is read, write and the ability to overwrite history (rebasing)