Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git delete remote branch

#delete remote branch
git push -d <remote_name> <branch_name>
#example: git push -d origin new_feature

#delete local branch
git branch -d <branch_name>
#example: git branch -d new_feature
Comment

how do i delete remote branch

//delete the remote name in git branch

git remote remove <name_of_remote>
Comment

git delete remote branch

$ git branch -d feature/login
Comment

git delete remote branch

git push <remote> :<branch>
Comment

PREVIOUS NEXT
Code Example
Shell :: Install Visual Studio Code from Snap Store 
Shell :: restart webmin 
Shell :: find xcode version 
Shell :: remove pyqt5 with conda 
Shell :: how to install minecraft to ubuntu 
Shell :: set up git repository 
Shell :: cpu info linux 
Shell :: compress folder in tar.gz unix 
Shell :: remotelog muirey03 github 
Shell :: remove wine 
Shell :: composer require maatwebsite/excel install 
Shell :: copy ssh keys to remote server windows 10 openSSH 
Shell :: hibernate ubuntu 
Shell :: display ip address linux 
Shell :: delete vscode mac 
Shell :: Install "repo" 
Shell :: git remove upstream branch 
Shell :: iis reset 
Shell :: install homebrew on ubuntu 
Shell :: pip install hashlib 
Shell :: gpu name command line linux 
Shell :: pip install tkinter 
Shell :: undo commit git before push 
Shell :: delete old files linux 
Shell :: ubuntu ocamlfuse 
Shell :: find file with text in the file recursively 
Shell :: search guard docker 
Shell :: install vlc on pop os 
Shell :: kill all ports mac 
Shell :: git set commit date 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =