We launched the cloudonaut blog in 2015. Since then, we have published 403 articles, 96 podcast episodes, and 105 videos. Our weekly newsletter keeps you up-to-date. Subscribe now!.
Subscribe
Our weekly newsletter keeps you up-to-date. Subscribe now! It's all free.
Reminder Temporary working environment A short reminder of how to start your temporary working environment: On Mac and Linux, open a terminal: cd docker-on-aws-code && bash start.sh On Windows, open PowerShell: cd docker-on-aws-code; powershell -ExecutionPolicy ByPass -File start.ps1
Creating a Git repository
There is one thing, to consider before creating a Git reposiroty. The Git community decided to replace the default branch name master with main (see Regarding Git and Branch Naming).
Use the following command to make sure the default branch name is set to main: