/usr/oreore/etcの下のファイルをgitで管理したい マシンは複数台ある bareなセントラルレポジトリはあるとして。 cloneしてaufsでほんとのディレクトリに被せる。それぞれのマシンで同じようにやる。 mkdir /git git-clone git://axis.local/system.git /git/system # /git/system/usr/oreore/etc/test/test.conf とかができる target_dir=/usr/oreore/etc mount -t aufs br:/git/system/${target_dir}=rw:${target_dir}=ro none ${target_dir}あるマシンでファイルを編集してpushる。 vi /usr/oreore/etc/test/test.conf ... cd /git/s