“git checkout ” is changing branch to “no branch”

If you checkout a commit sha directly, it puts you into a “detached head” state, which basically just means that the current sha that your working copy has checked out, doesn’t have a branch pointing at it. If you haven’t made any commits yet, you can leave detached head state by simply checking out whichever branch you … Read more

“fatal: HttpRequestException encountered.” Error with GitHub/Bitbucket Repositories due to dropping TLS-1.0 support

Git hub has removed TLS-1.0 from it’s authentication services. https://githubengineering.com/crypto-removal-notice/ Solutions Windows Clients Use Version 2.14.3 (or newer) of Git for Windows and newer include an up-to-date Git Credential Manager for Windows: https://gitforwindows.org/ You can also explicitly update your Git Windows Credencial Manager to the latest version, 1.14.0, to get TLS-1.2 support: https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases/tag/v1.14.0 Visual Studio … Read more

What does git push origin HEAD mean?

HEAD points to the top of the current branch. git can obtain the branch name from that. So it’s the same as: but you don’t have to remember/type the current branch name. Also it prevents you from pushing to the wrong remote branch by accident. If you want to push a different branch than the current one the … Read more

What does git push origin HEAD mean?

HEAD points to the top of the current branch. git can obtain the branch name from that. So it’s the same as: but you don’t have to remember/type the current branch name. Also it prevents you from pushing to the wrong remote branch by accident. If you want to push a different branch than the current one the … Read more

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