thomaspark / glyphsearch

Search for icons from Font Awesome, Glyphicons, IcoMoon, Ionicons, and Octicons

Home Page:https://glyphsearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no `master` branch?

grimen opened this issue · comments

This project only have gh-pages branch, which is confusing for potential contributors.

Still think this should be taken into consideration as master branch is default in all 99.99% of all GitHub projects with or without GitHub pages. The fix is easy and generic:

[remote "origin"]
      url = https://github.com/<github_user>/<repo_name>
      fetch = +refs/heads/*:refs/remotes/origin/*
      push = refs/heads/master:refs/heads/master
      push = refs/heads/master:refs/heads/gh-pages

Source:

Was using gh-pages for personal convenience, but given potential and current contributors, I've added a master branch as default. I'm fine with merging but mirroring pushes looks handy.

Great!