New: Try Voli The Bear, Fast package manager (and not only) for Windows
Git
# This script is broken - it's supposed to commit feature.txt on a new branch called feature, but the commit lands on main instead. Fix it.
git branch feature
git add feature.txt
git commit -m "Add feature.txt"