Pull freeze
    Tobias Pankrath 
    tobias at pankrath.net
       
    Tue Jul 31 10:46:33 PDT 2012
    
    
  
I'm not that fluent in git. Could you explain your approach 
further?
On Tuesday, 31 July 2012 at 16:43:19 UTC, deadalnix wrote:>
> We have found the following more successful :
>  - Developing in branches. 1 branch per functionality.
>  - Dev branches are often rebased on master.
Does that mean that you do
git checkout featurebranch
git rebase master
git merge featurebranch // fast forward?
    
    
More information about the Digitalmars-d-announce
mailing list