For each feature you work on, do the development in a new branch, branched
off master.

When you need to create an updated patch, firstly make sure that you've
done "git rebase master" (unless you've pushed this branch to some publicly
visible repo, in which case you'll want to use merge instead) to get your
branch back in sync with master. Then, do a diff between your branch and
master, to get the changes your patch does.


On Mon, Dec 23, 2013 at 9:39 PM, geof kgeo <[email protected]> wrote:

> Why it's only on  one line? Sorry maybe I've missed something.
> _______________________________________________
> Bf-committers mailing list
> [email protected]
> http://lists.blender.org/mailman/listinfo/bf-committers
>
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to