fix: correct branch name from master to main in sync commands
This commit is contained in:
@@ -65,7 +65,7 @@ git commit -m "docs: update review command instructions"
|
||||
### 6. Push to Remote Repository
|
||||
|
||||
```bash
|
||||
git push origin master
|
||||
git push origin main
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
Reference in New Issue
Block a user