Other techs

Sponsored links
Other techs

Git “error: cannot lock ref” error

"error: cannot lock ref" error occurs if you create a branch with the existing folder name but a different case. If you create feature/branch-name1 and Feature/branch-name2, this problem likely occurs. You need to remove or rename the branch to give the same folder name.
Other techs

How to write outer join more than 3 tables

How can we write outer join to merge multiple tables? Do you need subquery in the query? This article shows you the solution.
Other techs

Establish SQL Server in Docker container

I tried to establish SQL Server in Docker because I wanted to learn SQL again.Create a Dockerfile and runIt's possible t...
Other techs

How do computers identify the destination

Internet is most important service today. Digital information is shared over the internet and we can search what we want...
Other techs

Most common Git commands for daily work

This post explains the most used git commands in daily work. If you remember these commands, you can handle most cases.
Other techs

Start Powershell with specified execution policy without changing default

How to start powershellI often starts powershell.exe from an explorer instead of command prompt because it looks better ...
Sponsored links