On Wed, 2011-10-26 at 10:29 -0500, Chris Radek wrote: > On Wed, Oct 26, 2011 at 08:13:42AM -0700, Kirk Wallace wrote: > > > > So, I take it that if I copy a page and edit it, I can send it to you > > and you will place in an appropriate place? If so, that would be good > > for me. > > Sending a whole file breaks down as soon as two people are doing it, > and sometimes sooner. The correct approach is to make the change > and make a git commit of it, then use git format-patch to make a > patch that JT (or whoever) can apply. That way you get credit for > the authorship, too.
Okay. I tried a start at git using: http://wiki.linuxcnc.org/emcinfo.pl?Git I got as far as: " git config --global user.name "Kirk Wallace" git config --global user.email "[email protected]" git clone ssh://[email protected]/git/emc2.git emc2-dev " got a bunch of bits, but: " git log -C --stat " returns: " fatal: Not a git repository (or any of the parent directories): .git " Would someone nudge me in the right direction from here? Since the last command doesn't indicate a repository, I assume the intent was to look for one in a standard place? -- Kirk Wallace http://www.wallacecompany.com/machine_shop/ http://www.wallacecompany.com/E45/index.html California, USA ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
