/ Published in: Bash
![](/img/icon_sav.png?v3)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
git filter-branch --index-filter 'git rm --cached --ignore-unmatch configuration.php' HEAD ## skip if already in ignore file echo 'configuration.php' >> .gitignore git add .gitignore git commit -m "modified ignore file" git pull git push origin master --force
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)