Here my usual workflows with my coworkers

$ git branch feature
$ git checkout branch

... Edits etc

$ git commit
$ got push origin feature

.. mail coworkers to pull and test

To pull

$ git pull origin branch name

On Feb 27, 2014 10:15 PM, "Slávek Banko" <slavek.banko@axis.cz> wrote:
>
> On Friday 28 of February 2014 04:00:28 Calvin Morrison wrote:
> > Guys,
> >
> > BRANCHING IS CHEAP. You branch for a feature, commit to it, push it, then
> > tell others to pull it and test it out... If it works merge it and delete
> > the branch.
> >
> > I don't think y'all quite grasp the concept
> >
>
> Yes, yes, you're right. Along with Git branching and merging is excellent.
> However, currently we are not very proficient in working with branches.
>
> --
> Slavek
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net
> For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net
> Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
> Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
>