On 11/16/2013 02:45 PM, Frank Tkalcevic wrote:
> A section on using Linuxcnc with GitHub would be nice.  That is, if using
> github is a good idea.  I forked linuxcnc a year or 2 ago and have been
> using it through my github.  I push my changes there so they are all public,
> but my fork is 2 years behind.  I don't know if what I 'm doing is correct.

I don't think the "how to contribute" document is the right place for 
instructions on specific git techniques like that.

May i recommend the Git Book's chapter on distributed workflows?  I 
think the "Public Small Project" workflow is directly applicable to your 
question.  Specifically check out how they use 'git checkout my-branch; 
git rebase -i origin/master' to update their fork and incorporate recent 
changes from the main repo into their branch.

http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project#Public-Small-Project


-- 
Sebastian Kuzminsky

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to