Git
A quick reference for how to clone only a specific directory from a Git repository. Introduction How to Clone Only a Specific Directory with Git Commands Example Conclusion References Introduction I needed to clone only a specific director…
A quick note on how to change the default terminal in VSCode to Git Bash. Introduction How to Set Git Bash as the Default Terminal in VSCode 1. Open Settings 2. Type "terminal.integrated.defaultProfile.windows" in the search bar 3. Select …
This is a memo on how to measure the number of lines in a source code repository. Introduction How to Count Lines of Source Code Count Lines with a Command Count Lines with Tools Conclusion References Introduction While reading source code…