githubteacher / github-for-developers-sept-2015

practice repo for the Sept 29-30 GitHub for Developers class
12 stars 36 forks source link

"git branch -d branchA" will delete both local and remote branchA? #694

Closed jungao1999 closed 8 years ago

sanjay990 commented 8 years ago

It will only delete local branch, if it's already merged. To delete remote branch git push origin --delete