Deleting Branch
Created by: MrKeiKun
Summary: For some reasons, whenever I delete a branch locally it tells on Gitlab that I pushed that particular branch and executing my custom webhook that i pushed a branch
Procedure:
- Create new branch base on "master" named "branch1"
- Changed default branch to "branch1"
- Delete branch("master") via Gitlab UI (group/project/branches/recent)
- git fetch on your local repo
- Delete branch "master" in your local repo
- View Dashboard