Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Improve custom branch clarity #761

Merged
merged 1 commit into from
Jun 14, 2022

Commits on Jun 13, 2022

  1. Improve custom branch clarity in README.md

    By default, I run `git push origin master` instead of `git push origin main` when first creating a repository, so I didn't realize why my deploy step was being skipped, until I realized that `refs/heads/main` should also be changed to `refs/heads/master` when changing the default branch. 
    
    Below, I added 3 lines of comments explaining to the user that they should also modify the `refs/heads/...` portion of the code when changing the default branch 
    
    I think that this change would help people that are copy pasting the code to try to get the example to work, so they know what values to change when modifying their branch.
    SpicyRicecaker authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5b6f149 View commit details
    Browse the repository at this point in the history