git rm file name with space

The same way you’d use rm to remove such a file: quote the name: git rm “TestService/TestService copy-Info.plist” or git rm ‘TestService/TestService copy-Info.plist’ or git rm TestService/TestService\ copy-Info.plist Depending on your shell and the names of other files, tab completion may help with this. Typing $ git rm TeTab will likely complete the directory name: … Read more

Delete Github commit history

Just pick the hash you want to go back to and in your clone do: git reset –hard hash# git push -f origin branch where branch is the name of the branch you want to push. VoilĂ . Be carefully with the force push. You may want to copy your working directory until you are familiar … Read more

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