Found a swap file by the name

Looks like you have an open git commit or git merge going on, and an editor is still open editing the commit message. Two choices: Find the session and finish it (preferable). Delete the .swp file (if you’re sure the other git session has gone away). Clarification from comments: The session is the editing session. … Read more

How to set Meld as git mergetool

You could use complete unix paths like: PATH=$PATH:/c/python26 git config –global merge.tool meld git config –global mergetool.meld.path /c/Program files (x86)/meld/bin/meld This is what is described in “How to get meld working with git on Windows” Or you can adopt the wrapper approach described in “Use Meld with Git on Windows” # set up Meld as … Read more

Have Git Select Local Version On Merge Conflict on a Specific File?

On the specific instance of a config file, I would agree with Ron’s answer: a config should be “private” to your workspace (hence “ignored”, as in “declared in a .gitignore file”). You may have a config file template with tokenized values in it, and a script transforming that config.template file into a private (and ignored) … Read more

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