stevejenkins / pihole-cloudsync

Syncs blocklists, blacklists, and whitelists across multiple Pi-holes using a private GitHub repo
MIT License
515 stars 105 forks source link

Add possibility to change branch name #34

Open damda58 opened 2 years ago

damda58 commented 2 years ago

Add possibility to change branch name

for example 'main' instead of 'master'

mattvw commented 1 year ago

Missed changing a reference to master branch on line 85 (original script) in the pull_initialize function (and the comment above the line). Just FYI.

stevejenkins commented 8 months ago

Since it's now GitHub's default behavior to set up a "main" instead of "master" branch, I will work on migrating this project's current "master" branch to "main" as well as update the code to do the same for the users' private repos.