GeoMop / bapprox

Python tool for approximate 3d points using Bspline surface
3 stars 1 forks source link

Join of JK version with master #12

Closed jirikopal closed 8 years ago

jirikopal commented 8 years ago

...

jirihnidek commented 8 years ago

If you want to merge changes from master to your JK-aprox branch, then you can (and should) do it without pull request. Just use command line tools.

BTW: The best practice is to do merge changes from master to your branch and then create pull request to merge your changes to master branch.