Difference between msysgit and Cygwin + git?

Edit 2018: Since my 2010-2012-2014 answer, in 2015 Git for Windows uses msys2, as I detail here. See more in “How are msys, msys2, and msysgit related to each other?”. Edit (2 more years later: October 2014) Johannes Schindelin just explained (Oct. 2014) that msysgit is phased out: We now have a light-weight Git for … Read more

How to push changes to branch?

3 Steps to Commit your changes Suppose you have created a new branch on GitHub with the name feature-branch. FETCH git pull –all Pull all remote branches git branch -a List all branches now Checkout and switch to the feature-branch directory. You can simply copy the branch name from the output of branch -a command … Read more

What does *~ do in a .gitignore file?

It ignores all files whose name ends in ~, which is a usual suffix for text editors backup files. * is a special symbol and means “any sequence of zero or more characters”, while ~ is just an ordinary character. Putting the two parts together: “zero or more characters followed by a ~”.

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