Eduardo Pérez
unread,Apr 16, 2015, 6:11:16 PM4/16/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 400plus
Hi!
Now that I have started to get a grasp of Git, and have discovered how
easy and convenient is to maintain forked repositories and branches, I
would like make some cleaning on the new repo.
First of all, there is a "wiki" branch, but that branch is not linked to
the project's wiki at all, it is there because it was created during the
migration process (GitHUB maintains the wiki pages at another repo). I
vote to remove it.
We also have a couple of branches called "help" and "screenshots". Now
that I know what Git can offer us, I would prefer to remove these
branches too; I believe these belong to the personal repositories of
their respective developers, and should be shared between us using Git
abilities.
At the end, I think we should have:
* One "master" branch, where new features are developed, and personal /
experimental branches are merged when needed (but always with the next
release as a target).
* Several "yyyymmdd" branches, where we releases are maintained.
* And nothing else.
Thus I am asking developers to move branches "help" and "screenshot" to
their personal repositories; many thanks!
Edu.