How to delete the branch in local and in Remote using git commands

preview_player
Показать описание
How to delete the branch in local and in Remote using git commands

Steps:
1. Delete branch in local
git branch -D branchname
2. Delete branch on Remote
git push origin :branchname

Next Steps :

---------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------
Must Watch Playlists

---------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------

#github
#deletebranchgit
#githubtutorial
Рекомендации по теме
visit shbcf.ru