This post will contain a list of useful commands that I find interesting.

Git commands

To update git in Windows, use the following: git update-git-for-windows

Hugo commands

hugo new --kind post posts\2021\read-post.md will create a new post which is an archetype.

Dotnet commands

dotnet new gitignore - Who knew that this will be a useful command. Forget copying .gitignore files from Github, this will create one for you with pretty good defaults.