tmux cheat sheet (C-x means ctrl+x, M-x means alt+x) Prefix key The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf: remap prefix to Control + a
Initialize gitflow git git flow init git init git commit --allow-empty -m "Initial commit" git checkout -b develop master Connect to the remote repository
Migration to ASP.NET Core in .NET 6 WebApplication and WebApplicationBuilder Differences in the hosting model Building libraries for ASP.NET Core FAQ Cheatsheet WebApplication and WebApplicationBuilder