Closed gcanahuirev closed 2 years ago
Since Git is looking forward to moving from git checkout to git switch in the near future, I would consider changing git checkout -b by git switch -c 😃
git checkout
git switch
git checkout -b
git switch -c
v2.1.3 version has been updated
Since Git is looking forward to moving from
git checkout
togit switch
in the near future, I would consider changinggit checkout -b
bygit switch -c
😃