[Soc-2014-dev] Branches

Sergey Sharybin sergey.vfx at gmail.com
Mon May 12 12:01:54 CEST 2014


Hi,

I've just created branches for all the projects. Here are the names for the
branches:

* Interactive Quadrilateral Remeshing
soc-2014-remesh
* Fluid simulation MantaFlow integration
soc-2014-fluid
* Cycles Optimizations
soc-2014-cycles
* Viewport FX III
soc-2014-viewport
* BGE - Cleanup & Support
soc-2014-bge
* NURBS Modernization
soc-2014-nurbs
* Relative shape keys workflow enhancements
soc-2014-shapekey

In order to checkout into your branch, clone blender repository as usual,
and then do:

$ git checkout -t origin/<branch_name>

To commit into your local copy do usual commit command:

$ git commit

To push changes to the server use:

$ git push origin <branch_name>

To merge master into your branch do:

$ git fetch
$ git merge origin/master

If you've got some issues and question drop into IRC and poke developers
before starting experimenting!

More details could be found here:
http://wiki.blender.org/index.php/Dev:Doc/Tools/Git
This page will also tell you what you need to do to get a commit access to
the servers.

And again, if you've got issues please immediately drop into IRC ask for
help! That's what we are for :)

-- 
With best regards, Sergey Sharybin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/soc-2014-dev/attachments/20140512/0164e0ea/attachment.htm 


More information about the Soc-2014-dev mailing list