janvidar / uhub

A high performance ADC peer to peer message hub.
http://www.uhub.org
GNU General Public License v3.0
70 stars 28 forks source link

Clean up repo #67

Closed Kcchouette closed 5 years ago

Kcchouette commented 5 years ago

Uhub has 22 branches 21 are stalled, and 15 have more dev (see the number of commit in parentheses) than the master one:

Maybe should you remove the 6 others, or are there reasons to keep them?

And maybe should you merge some ready-work of theses branches?

janvidar commented 5 years ago

Why?

Kcchouette commented 5 years ago

Spring cleaning
More seriously, because we / I don't know which branch is a draft one, which one is in active development, which branch is not used anymore etc

janvidar commented 5 years ago

In git, branches are cheap. I create a new branch for everything I do (mostly). You should generally only care about the master branch - which is the place where everything ends up eventually.