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 rm to git restore #230

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 restore [--staged] instead of git rm [--cached] once git restore isn't marked experimental anymore.