trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2014

Re: [trinity-devel] Finish renaming tdevelop components

From: Darrell <darrella@...>
Date: Thu, 27 Feb 2014 21:36:00 -0600
On Thu February 27 2014 9:20:21 pm Calvin Morrison wrote:
> 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

Does this work for a once-only mega-patch that can't be attached to the bugzilla?

How is the branch deleted when the mega-patch is tested and merged into the main trunk?

Darrell