Git Clone a folder in a Git repository with sparse-checkout If you have a remote Git repository and want to clone a specific folder inside, I will show you how to do that using the sparse checkout command of Git.
Commitlint Apply conventional commit style on your project with commitlint Git is widely used across the software engineering world to build software because it helps to keep the history of changes in our codebase throughout the build of software by a team.