> > thanks for particular examples i waited for them. > You can take a look at the example that is running on gitorious right now. Abdel, me and venom00 are developing a feature there, and I let them automatically merge into the experimental branch.
Whenever they want to 'commit' their feature, I will let them automatically merge into the development branch. When everyone agrees, or when the time agrees that the features are useful, it will merge into master and get released. You can clone the repo from there; then you can choose: - either you checkout the experimental branch, giving you the possibility to see what we are doing, experiment with them, help, share ideas. - or you can checkout master (which is now running syncronously with svn trunk), - or you can checkout trunk-stable (which is svn trunk of 2 months ago plus all trivial patches, documentation, and so forth). If you want, I can make a typical workflow in git commands later for the casual developer. Vincent