Merging pull requests together

Say if you have 3 pull requests A,B,C which are on three branches bA,bB,bC. and your main branch is master. First get all of his branches to your local repo without merging it. git fetch his-repo so now your repo may have four branches: master, bA, bB, bC I will create a branch from master … Read more

Git revert just some files in commit [duplicate]

You can use git checkout: git checkout HEAD~ — file/to/revert to stage a version of the file from the previous commit. Then just commit the changes and you’re good to go! Of course, you can replace HEAD~, which references the previous commit, with a hash of a commit, a further-back ancestor, or any “tree-ish” object … Read more

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