Repo içinde olmasını isteyeceğim ama herhangi bir değişiklik izlemek istemeyeceğiniz bir CodeIgniter sitesinde birkaç dosya var.
Örneğin, bu çerçevenin yeni bir yüklemesini yeni bir istemciye dağıtırım, aşağıdaki dosyaların indirilmesini istiyorum (varsayılan değerleri CHANGEME'dir) ve yalnızca bu istemciye (veritabanı kimlik bilgileri, e-posta adresi bilgileri, özel CSS).
// the production config files i want the files but they need to be updated to specific client needs
application/config/production/config.php
application/config/production/database.php
application/config/production/tank_auth.php
// index page, defines the environment (production|development)
/index.php
// all of the css/js cache (keep the folder but not the contents)
/assets/cache/*
// production user based styling (color, fonts etc) needs to be updated specific to client needs
/assets/frontend/css/user/frontend-user.css
Şu anda koşarsam
git clone git@github.com:user123/myRepo.git httpdocs
ve sonra yukarıdaki dosyaları düzenleyin, hepsi harika. Bir düzeltme veya düzeltme eki yayınlayıp çalıştırmayana kadar git pull. Tüm değişikliklerimin üzerine yazılır.