1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:26:38 -04:00

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

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
```
### 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.