eficode-academy / git-katas

A set of exercises for deliberate Git Practice
MIT License
1.32k stars 860 forks source link

add git switch to exercise basic-branching #304

Closed priebek closed 2 years ago

priebek commented 3 years ago

Adding git switch as an alias of git checkout https://git-scm.com/docs/git-switch

naesheim commented 2 years ago

Suggest adding 'git switch -c' as an alternative to 'git checkout -b'