DEV Community

Discussion on: Git: Renaming the "master" branch

Collapse
 
mikelward profile image
Mikel Ward • Edited

I needed to run

git fetch --all --prune
git branch -d master

on my other checkouts to make the old branch name go away.