Git

How to Clone Only a Specific Directory with Git

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…

How to Set Git Bash as Default Terminal in VSCode

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 …

How to Count Lines of Source Code

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…