NETWAYS / gitlab-training

Open Source Training for GitLab and Git
https://www.netways.de/trainings/gitlab/
Other
67 stars 24 forks source link

Update git checkout to git switch #231

Open mocdaniel opened 9 months ago

mocdaniel commented 9 months ago

Using dedicated commands is less confusing to new users of git, and we should update the slides to demonstrate the usage of git switch [-c] instead of git checkout [-b] once git switch isn't marked experimental anymore.

martialblog commented 9 months ago

See also #212