tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.9k stars 417 forks source link

[Bugfix] Remove hardcoding default branch as "master" #210

Closed laggardkernel closed 3 years ago

laggardkernel commented 3 years ago

Default branch of repo could be "master", "main" or any names. Stop hardcoding "master" as the default to clone and let "git" decide it automatically.

Bug introduced in GH-158, resolves issue #208

bruno- commented 3 years ago

Thanks