Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Oh My Git!

An open source game about learning Git! · By blinry, bleeptrack

Use "git switch branch" instead of "git checkout branch"

A topic by calle2010 created Sep 05, 2023 Views: 379
Viewing posts 1 to 1

"checkout" is unfortunately confusing since it's used for so many different things in git.  "switch" is clearer because it only deals with branches.