Git checkout second remote branch

mygithub/master is a remote branch. To create a local branch based off of that remote branch, you have to use git checkout -b mymaster mygithub/master. Git tries to make this easy for you: if you write git checkout branchname, and branchname only exists in a remote, but not locally, Git will automatically set up a … Read more

git tries to delete a directory on checkout

This error message comes from this patch (in compat/mingw.c), and this one (also in compat/mingw.c). It usually means your directory is “busy”, or isn’t empty (but contains only private files, ie non-versioned files). So make sure that, when checking out a branch, you don’t have a running process making your specific directory “busy”. Ted M … Read more

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