There are some basic commands for that workflow here, but you can
probably find better tutorials online somewhere:
http://wiki.blender.org/index.php/Dev:Doc/Tools/Patches#Creating_Patches_from_Local_Git_Branches

On Mon, Dec 23, 2013 at 9:59 AM, Joshua Leung <[email protected]> wrote:
> 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
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to