GIT Remote branch Deletion with Command Line | Beginners | Automation | GIT Tutorial

Опубликовано: 10 Март 2023
на канале: DevOps Vijay
246
5

In this video, i will show how to delete remote git branch in GitHub or bitbucket
There are many ways to delete a remote Git branch that lives on GitHub or Bitbucket. If you have administrative access to the GitHub or Bitbucket landing pages for your repo, there are plenty simple, of point-and-click deletion options for unprotected branches. Alternatively, you can issue either of the following Git commands to delete a remote branch:

Steps to delete remote Git branches

Issue the git push origin –delete branch-name command, or use the vendor’s online UI to perform a branch deletion
After the remote branch is deleted, then delete the remote tracking branch with the git fetch origin –prune command
Optionally delete the local branch with the git branch -d branch-name command

git push origin -d branch
git push origin --delete branch
git tutorial for beginners
branching strategy in git1

poll scm
Jenkins tutorial complete step by step guide :    • Jenkins Tutorial  
How to install jenkins in windows:    • How to  Install Jenkins on Windows ? ...  
How to create first sample job in jenkins:    • How to Create First Freestyle Project...  
How to install plugin in jenkins:    • Jenkins Plugins installation | EP 04 ...  
SSH-KEYS setup :    • SSH Key Based Password Less Authentic...  
Maven installation:    • Maven Installation on Windows | EP 01...  

#github #git #gittutorial #devops #devopsvijay #devopsproject #devopstraining #branch #bash #windows11 #branch #remote #repository #cicd #jenkins #tutorial #ansible #docker #kubernetes


Смотрите видео GIT Remote branch Deletion with Command Line | Beginners | Automation | GIT Tutorial онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь DevOps Vijay 10 Март 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 246 раз и оно понравилось 5 людям.