DEV Community

Discussion on: 11 Git Commands I Use Every Day

Collapse
 
tanth1993 profile image
tanth1993

nice bro. on Version 2.2 and later, I use
git switch to switch branch and
git switch -c to create branch instead of using checkout.
I think git checkout is very useful and it can use for multiple purposes, but we can separate the purposes