Il 11/05/2012 02:44, Alessandro Staniscia ha scritto:
> I'm not sure I did all the steps correctly, correct me if I'm wrong!
>
> A) I opened an issue (but was a proposal)
> B) I forkedmixare on my github account
> C) I'm developing on my fork breach "development"
Hi Alessandro,
yes the basics are the right ones! The only thing that may (but I can't
tell for sure from your message) be missing is the "gitflow" part.
Gitflow is a way to organize the branches. I'll recap it in two sentences:
- Feature branches are created against development.
- Hotfix (bugfix) branches are created against master.
Gitflow is a also a set of tools that helps in maintaining the code
(e.g. it creates a feature branch when you use the command gi flow
feature start, and merges it back to development and deletes the branch
when you're done with it). Take a look at the old threads in the mailing
list for links and directions!
Thanks in advance for your contributions and welcome to the mixare
community!
Daniele - mixare team
> ------------------------------------------------------------------------
> *Da:* Abdullahi Egal <
abdu...@gmail.com>
> *A:*
mixare-de...@googlegroups.com
> *Inviato:* Gioved� 10 Maggio 2012 16:23
> *Oggetto:* [mixare-development] Re: Proposal