NETWAYS / gitlab-training

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

Delete remote branch #261

Closed Jan-Schuppik closed 3 months ago

Jan-Schuppik commented 3 months ago

The command git push origin --delete feature/branch (on slide 163 ) is equivalent to
git push origin :\<remotebranch> (on slide 94), but easier to understand i guess, wouldn't it be a good idea to mention it earlier?