Other techs Git big commit vs small commit Git is one of the important code management systems that is widely used. It is an essential tool for me. If it's not bei... 2022.01.24 Other techs
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. 2021.11.19 Other techs
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. 2021.08.04 Other techs
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... 2021.07.30 Other techs
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... 2021.02.18 Other techs
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. 2021.02.17 Other techs
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 ... 2020.09.30 Other techs