Git resolve conflict using –ours/–theirs for all files

Just grep through the working directory and send the output through the xargs command: grep -lr ‘<<<<<<<‘ . | xargs git checkout –ours or grep -lr ‘<<<<<<<‘ . | xargs git checkout –theirs How this works: grep will search through every file in the current directory (the .) and subdirectories recursively (the -r flag) looking … Read more

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