Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

gitlab remove branch

git checkout master
git branch -d fun_feature
git push origin --delete fun_feature
git branch --all
Comment

delete branches gitlab

git branch [<options>] [-r] (-d | -D) <branch-name>

example:
to delete a branch named as aBranch

git branch -D aBranch
Comment

delete branch gitlab

git branch -d <branch>
Comment

PREVIOUS NEXT
Code Example
Shell :: open a pdf on linux 
Shell :: portainer install 
Shell :: ubuntu open task manager 
Shell :: install aws cli v2 
Shell :: install unrar linux 
Shell :: add date to git reflog 
Shell :: how to install pycord 
Shell :: how to add a directory to path in linux 
Shell :: gtk windows install 
Shell :: run speedtest command line mac 
Shell :: show drives linux 
Shell :: steps to commit code in github from vscode 
Shell :: git exclude file 
Shell :: for shell 
Shell :: deploy stack cloudformation cli 
Shell :: error: src refspec main does not match any error: failed to push some refs to 
Shell :: Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings. 
Shell :: prevent pushing to master github 
Shell :: git clone commit hash 
Shell :: how to open sublime in linux 
Shell :: import csv into mongodb 
Shell :: list files in git 
Shell :: how to install choclatey using command prompt 
Shell :: linux lis disks 
Shell :: how to delete all branches in git local 
Shell :: scp ubuntu 
Shell :: laravel 4 installer 
Shell :: GitHubDesktop-linux-2.5.4-linux1.deb 
Shell :: tree command 
Shell :: wsl settings 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =