Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

gitlab remove branch

git checkout master
git branch -d fun_feature
git push origin --delete fun_feature
git branch --all
Source by www.theserverside.com #
 
PREVIOUS NEXT
Tagged: #gitlab #remove #branch
ADD COMMENT
Topic
Name
2+6 =