Update content/notes/github-rename-master/index.md

This commit is contained in:
2021-03-03 22:38:53 -05:00
committed by GitHub
parent 91299c225f
commit 5373129717
+1 -1
View File
@@ -66,7 +66,7 @@ You can say good riddance to `master` [through the GitHub UI](https://help.githu
git push origin --delete master git push origin --delete master
``` ```
### 4. Scan your code, scripts, automation, etc. for references to `master`: ### 5. Scan your code, scripts, automation, etc. for references to `master`:
Do a quick search of your codebase for `master` to manually replace any dead references to it. Do a quick search of your codebase for `master` to manually replace any dead references to it.