Undo last commit/merge

Your feature branch will still point to your work. You will not lose those changes. As plaes said, you can reset master back one with git reset –hard HEAD^ If you want to grab some specific files from your branch without merging, you can check them out: git checkout yourbranch — file1 file2 etc If … Read more

Reverse Apply a commit to working copy

How about git revert -n? -n –no-commit Usually the command automatically creates some commits with commit log messages stating which commits were reverted. This flag applies the changes necessary to revert the named commits to your working tree and the index, but does not make the commits. In addition, when this option is used, your … Read more

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