Modern Git Commands and Features You Should Be Using
All of us - software engineers - use git every day, however most people only ever touch the most basic of commands, such as add, commit, push or pull, like it's still 2005. Git however, introduced many features since then, and using them can make your life so much easier, so let's explore some of the recently added, modern git commands, that you should know about. Switch New since 2019, or more precisely, introduced Git version 2.23, is git switch which we can use to switch branches:
git switch...
Read more at martinheinz.dev