Recursive git update-index –assume-unchanged

update-index is an internal plumbing command and thus not as comfortable as the real front-end commands. You will have to handle the recursion bit yourself: git ls-files -z myFolderToIgnore/ | xargs -0 git update-index –assume-unchanged PSA: There is a high chance that assume-unchanged is not what you are looking for and you should use skip-worktree … Read more

.gitignore whitelist on directory and its contents

You can use 2 .gitignore files to achieve the desired result: # vendor/.gitignore * !.gitignore !SupplierName/ !SupplierName/* # vendor/SupplierName/.gitignore !* I tested this with a test repo and seems to work for me in adding files as many levels deep underneath the vendor/SupplierName directory. $ git add . $ git status # On branch master … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)