On Oct 1, 2012, at 09:48 , Bence Kovács wrote: > Sebastian: > Thanks for help and review, I attach the code. We used mostly FPGA > firmware and schematics of our previous robot controller which boots > from serial eeprom (it was not PC based). So it is ‘hard wired’, not > reconfigurable, so we didn't make it open source. > I am sure I will need some help with git. Is it a more detailed howto > somewhere?
There's our brief intro here, which includes some links to other tutorials: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Git The best reference for git I've found is the Pro Git book: http://git-scm.com/book For me the key to understanding git was to understand the logical relationships between the different kinds of objects: repos, branches, commits, files & directories, and the index (aka the staging area). Once that was all clear, the git commands all made sense. Study the documentation and feel free to ask specific questions here. Basically what you want to do is clone the central git repo, create a new local branch (maybe call it general-mechatronics-driver?), add the files for your driver, add a manpage and whatever other docs you want, maybe add a sample config, then publish that branch somewhere (github offers free git hosting). Then the other devs can look at it and offer feedback, and we can push it to the central repo to have our buildbot test it. -- Sebastian Kuzminsky ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers