<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jun 26, 2013, at 6:13 PM, Johannes Schindelin wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><blockquote type="cite">I am confused (obviously) and am not sure how to use these instructions<br></blockquote><blockquote type="cite">to upload my project, since I can't even upload a test file.  I'm sure<br></blockquote><blockquote type="cite">it is something simple, but it eludes me...<br></blockquote><br>Probably at this stage, the easiest will be to clone your own repository.<br>This will create a local clone of the repository which is connected to the<br>remote repository via the nick name "origin".<br><br>The local clone consists of the working directory (which is called<br>"Postcards" if you cloned as I mentioned above) and the local repository<br>which lives in the .git/ subdirectory of the working directory. Do not<br>change anything manually in that .git/ subdirectory until you have a<br>profound understanding of Git!<br><br>If you have a Mac, why don't you use GitHub for Mac?</div></blockquote><br></div><div>OK, in GitHub for Mac I see my repository:</div><div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>Repositories>A_Postcard </div></blockquote><div><br></div>and in that:<blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><br></div></blockquote><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>~/NetBeansProjects/A_Postcard</div></div></blockquote><div><div><br></div><div>and selecting that shows a pom.xml file which is different from the NetBeans project on my Mac PowerBook Pro (my local pom).  How do I change the main class in the GitHub?  It does not allow me to type anything in the GitHub pom.xml.  I have already made the changes in my local pom. </div><div><br></div><div>my local pom.xml:</div><div><br></div></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div><div><?xml version="1.0" encoding="UTF-8"?></div><div><project xmlns="<a href="http://maven.apache.org/POM/4.0.0">http://maven.apache.org/POM/4.0.0</a>"</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>xsi:schemaLocation="<a href="http://maven.apache.org/POM/4.0.0">http://maven.apache.org/POM/4.0.0</a></div><div><span class="Apple-tab-span" style="white-space:pre">             </span><a href="http://maven.apache.org/xsd/maven-4.0.0.xsd">http://maven.apache.org/xsd/maven-4.0.0.xsd</a>"></div><div><span class="Apple-tab-span" style="white-space:pre">        </span><modelVersion>4.0.0</modelVersion></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">      </span><parent></div><div><span class="Apple-tab-span" style="white-space:pre">               </span><groupId>org.scijava</groupId></div><div><span class="Apple-tab-span" style="white-space:pre">           </span><artifactId>pom-scijava</artifactId></div><div><span class="Apple-tab-span" style="white-space:pre">             </span><version>1.51</version></div><div><span class="Apple-tab-span" style="white-space:pre">  </span></parent></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">     </span><groupId>my.postcard</groupId></div><div><span class="Apple-tab-span" style="white-space:pre">   </span><artifactId>A_Postcard</artifactId></div><div><span class="Apple-tab-span" style="white-space:pre">      </span><version>0.1.0</version></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span><name>A_Postcard</name></div><div><span class="Apple-tab-span" style="white-space:pre">  </span><description>Postcard gereration</description></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">  </span><dependencies></div><div><span class="Apple-tab-span" style="white-space:pre">         </span><dependency></div><div><span class="Apple-tab-span" style="white-space:pre">                   </span><groupId>net.imagej</groupId></div><div><span class="Apple-tab-span" style="white-space:pre">                    </span><artifactId>ij</artifactId></div><div><span class="Apple-tab-span" style="white-space:pre">                      </span><version>${imagej1.version}</version></div><div><span class="Apple-tab-span" style="white-space:pre">            </span></dependency></div><div><span class="Apple-tab-span" style="white-space:pre">  </span></dependencies></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">       </span><build></div><div><span class="Apple-tab-span" style="white-space:pre">                </span><resources></div><div><span class="Apple-tab-span" style="white-space:pre">                    </span><resource></div><div><span class="Apple-tab-span" style="white-space:pre">                             </span><directory>${project.build.sourceDirectory}</directory></div><div><span class="Apple-tab-span" style="white-space:pre">                  </span></resource></div><div><span class="Apple-tab-span" style="white-space:pre">            </span></resources></div><div><span class="Apple-tab-span" style="white-space:pre">           </span><testResources></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span><testResource></div><div><span class="Apple-tab-span" style="white-space:pre">                         </span><directory>${project.build.testSourceDirectory}</directory></div><div><span class="Apple-tab-span" style="white-space:pre">                      </span></testResource></div><div><span class="Apple-tab-span" style="white-space:pre">                </span></testResources></div><div><span class="Apple-tab-span" style="white-space:pre">               </span><plugins></div><div><span class="Apple-tab-span" style="white-space:pre">                      </span><plugin></div><div><span class="Apple-tab-span" style="white-space:pre">                               </span><groupId>org.codehaus.mojo</groupId></div><div><span class="Apple-tab-span" style="white-space:pre">                             </span><artifactId>exec-maven-plugin</artifactId></div><div><span class="Apple-tab-span" style="white-space:pre">                               </span><executions></div><div><span class="Apple-tab-span" style="white-space:pre">                                   </span><execution></div><div><span class="Apple-tab-span" style="white-space:pre">                                            </span><goals></div><div><span class="Apple-tab-span" style="white-space:pre">                                                        </span><goal>java</goal></div><div><span class="Apple-tab-span" style="white-space:pre">                                                </span></goals></div><div><span class="Apple-tab-span" style="white-space:pre">                                       </span></execution></div><div><span class="Apple-tab-span" style="white-space:pre">                           </span></executions></div><div><span class="Apple-tab-span" style="white-space:pre">                          </span><configuration></div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span><mainClass>APC_</mainClass></div><div><span class="Apple-tab-span" style="white-space:pre">                              </span></configuration></div><div><span class="Apple-tab-span" style="white-space:pre">                       </span></plugin></div><div><span class="Apple-tab-span" style="white-space:pre">              </span></plugins></div><div><span class="Apple-tab-span" style="white-space:pre">     </span></build></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">      </span><developers></div><div><span class="Apple-tab-span" style="white-space:pre">           </span><developer></div><div><span class="Apple-tab-span" style="white-space:pre">                    </span><id>gaiag</id></div><div><span class="Apple-tab-span" style="white-space:pre">                   </span><name>Christopher Coulon</name></div><div><span class="Apple-tab-span" style="white-space:pre">                  </span><email><a href="mailto:chris@gaiag.net">chris@gaiag.net</a></email></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span><url><a href="http://gaiag.net</url>">http://gaiag.net</url></a></div><div><span class="Apple-tab-span" style="white-space:pre">                     </span><organization>The GAIA Group</organization></div><div><span class="Apple-tab-span" style="white-space:pre">                      </span><organizationUrl><a href="http://gaiag.net</organizationUrl>">http://gaiag.net</organizationUrl></a></div><div><span class="Apple-tab-span" style="white-space:pre">                 </span><roles></div><div><span class="Apple-tab-span" style="white-space:pre">                                </span><role>architect</role></div><div><span class="Apple-tab-span" style="white-space:pre">                           </span><role>developer</role></div><div><span class="Apple-tab-span" style="white-space:pre">                   </span></roles></div><div><span class="Apple-tab-span" style="white-space:pre">                       </span><timezone>-7</timezone></div><div><span class="Apple-tab-span" style="white-space:pre">          </span></developer></div><div><span class="Apple-tab-span" style="white-space:pre">   </span></developers></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><!-- NB: for project parent --></div><div><span class="Apple-tab-span" style="white-space:pre">        </span><repositories></div><div><span class="Apple-tab-span" style="white-space:pre">         </span><repository></div><div><span class="Apple-tab-span" style="white-space:pre">                   </span><id>imagej.releases</id></div><div><span class="Apple-tab-span" style="white-space:pre">                 </span><url><a href="http://maven.imagej.net/content/repositories/releases</url>">http://maven.imagej.net/content/repositories/releases</url></a></div><div><span class="Apple-tab-span" style="white-space:pre">           </span></repository></div><div><span class="Apple-tab-span" style="white-space:pre">          </span><repository></div><div><span class="Apple-tab-span" style="white-space:pre">                   </span><id>imagej.snapshots</id></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span><url><a href="http://maven.imagej.net/content/repositories/snapshots</url>">http://maven.imagej.net/content/repositories/snapshots</url></a></div><div><span class="Apple-tab-span" style="white-space:pre">         </span></repository></div><div><span class="Apple-tab-span" style="white-space:pre">  </span></repositories></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">       </span><scm></div><div><span class="Apple-tab-span" style="white-space:pre">          </span><connection>scm:git:git://github.com/imagej/minimal-ij1-plugin</connection></div><div><span class="Apple-tab-span" style="white-space:pre">              </span><developerConnection>scm:git:git@github.com:imagej/minimal-ij1-plugin</developerConnection></div><div><span class="Apple-tab-span" style="white-space:pre">              </span><tag>HEAD</tag></div><div><span class="Apple-tab-span" style="white-space:pre">          </span><url><a href="https://github.com/imagej/minimal-ij1-plugin</url>">https://github.com/imagej/minimal-ij1-plugin</url></a></div><div><span class="Apple-tab-span" style="white-space:pre">     </span></scm></div><div><br></div><div></project></div><div><br></div></div></div></blockquote><div><div>the GitHub pom.xml:</div></div><div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(169, 169, 169); "><span style="letter-spacing: 0.3px">@@ -11,12 +11,12 @@</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">          </span><version>1.51</version></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">  </span></parent></span></div><p style="margin: 0.0px 0.0px 0.0px 0.0px; line-height: 15.0px; font: 11.0px Menlo; color: #797979; min-height: 13.0px"><span style="letter-spacing: 0.3px"> </span><br class="webkit-block-placeholder"></p><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(137, 5, 6); background-color: rgb(255, 229, 229); "><span style="letter-spacing: 0.3px">-<span class="Apple-tab-span" style="white-space:pre">   </span><groupId>sc.fiji</groupId></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(137, 5, 6); background-color: rgb(255, 229, 229); "><span style="letter-spacing: 0.3px">-<span class="Apple-tab-span" style="white-space:pre">  </span><artifactId>Process_Pixels</artifactId></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(137, 5, 6); background-color: rgb(255, 229, 229); "><span style="letter-spacing: 0.3px">-<span class="Apple-tab-span" style="white-space:pre">     </span><version>1.0.0</version></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(0, 39, 2); background-color: rgb(224, 254, 227); "><span style="letter-spacing: 0.3px">+<span class="Apple-tab-span" style="white-space:pre">     </span><groupId>my.postcard</groupId></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(0, 39, 2); background-color: rgb(224, 254, 227); "><span style="letter-spacing: 0.3px">+<span class="Apple-tab-span" style="white-space:pre">       </span><artifactId>A_Postcard</artifactId></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(0, 39, 2); background-color: rgb(224, 254, 227); "><span style="letter-spacing: 0.3px">+<span class="Apple-tab-span" style="white-space:pre">  </span><version>0.1.0</version></span></div><p style="margin: 0.0px 0.0px 0.0px 0.0px; line-height: 15.0px; font: 11.0px Menlo; color: #797979; min-height: 13.0px"><span style="letter-spacing: 0.3px"> </span><br class="webkit-block-placeholder"></p><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(137, 5, 6); background-color: rgb(255, 229, 229); "><span style="letter-spacing: 0.3px">-<span class="Apple-tab-span" style="white-space:pre">      </span><name>plugins/Process_Pixels.jar</name></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(137, 5, 6); background-color: rgb(255, 229, 229); "><span style="letter-spacing: 0.3px">-<span class="Apple-tab-span" style="white-space:pre">     </span><description>A Maven project implementing an ImageJ 1.x plugin</description></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(0, 39, 2); background-color: rgb(224, 254, 227); "><span style="letter-spacing: 0.3px">+<span class="Apple-tab-span" style="white-space:pre"> </span><name>A_Postcard</name></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(0, 39, 2); background-color: rgb(224, 254, 227); "><span style="letter-spacing: 0.3px">+<span class="Apple-tab-span" style="white-space:pre">      </span><description>Postcard gereration</description></span></div><p style="margin: 0.0px 0.0px 0.0px 0.0px; line-height: 15.0px; font: 11.0px Menlo; color: #797979; min-height: 13.0px"><span style="letter-spacing: 0.3px"> </span><br class="webkit-block-placeholder"></p><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">     </span><dependencies></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">         </span><dependency></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(169, 169, 169); "><span style="letter-spacing: 0.3px">@@ -49,7 +49,7 @@</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">                                 </span></execution></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">                           </span></executions></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">                          </span><configuration></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(137, 5, 6); background-color: rgb(255, 229, 229); "><span style="letter-spacing: 0.3px">-<span class="Apple-tab-span" style="white-space:pre">                                   </span><mainClass>Process_Pixels</mainClass></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(0, 39, 2); background-color: rgb(224, 254, 227); "><span style="letter-spacing: 0.3px">+<span class="Apple-tab-span" style="white-space:pre">                                        </span><mainClass>APC_</mainClass></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">                              </span></configuration></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">                       </span></plugin></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">              </span></plugins></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(169, 169, 169); "><span style="letter-spacing: 0.3px">@@ -57,17 +57,17 @@</span></div><p style="margin: 0.0px 0.0px 0.0px 0.0px; line-height: 15.0px; font: 11.0px Menlo; color: #797979; min-height: 13.0px"><span style="letter-spacing: 0.3px"> </span><br class="webkit-block-placeholder"></p><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">   </span><developers></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">           </span><developer></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(137, 5, 6); background-color: rgb(255, 229, 229); "><span style="letter-spacing: 0.3px">-<span class="Apple-tab-span" style="white-space:pre">                       </span><id>dscho</id></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(137, 5, 6); background-color: rgb(255, 229, 229); "><span style="letter-spacing: 0.3px">-<span class="Apple-tab-span" style="white-space:pre">                      </span><name>Johannes Schindelin</name></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(137, 5, 6); background-color: rgb(255, 229, 229); "><span style="letter-spacing: 0.3px">-<span class="Apple-tab-span" style="white-space:pre">                    </span><email><a href="mailto:johannes.schindelin@gmx.de">johannes.schindelin@gmx.de</a></email></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(137, 5, 6); background-color: rgb(255, 229, 229); "><span style="letter-spacing: 0.3px">-<span class="Apple-tab-span" style="white-space:pre">                     </span><url><a href="http://loci.wisc.edu/people/johannes-schindelin</url>">http://loci.wisc.edu/people/johannes-schindelin</url></a></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(137, 5, 6); background-color: rgb(255, 229, 229); "><span style="letter-spacing: 0.3px">-<span class="Apple-tab-span" style="white-space:pre">                  </span><organization>UW-Madison LOCI</organization></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(137, 5, 6); background-color: rgb(255, 229, 229); "><span style="letter-spacing: 0.3px">-<span class="Apple-tab-span" style="white-space:pre">                        </span><organizationUrl><a href="http://loci.wisc.edu/</organizationUrl>">http://loci.wisc.edu/</organizationUrl></a></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(0, 39, 2); background-color: rgb(224, 254, 227); "><span style="letter-spacing: 0.3px">+<span class="Apple-tab-span" style="white-space:pre">                   </span><id>gaiag</id></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(0, 39, 2); background-color: rgb(224, 254, 227); "><span style="letter-spacing: 0.3px">+<span class="Apple-tab-span" style="white-space:pre">                       </span><name>Christopher Coulon</name></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(0, 39, 2); background-color: rgb(224, 254, 227); "><span style="letter-spacing: 0.3px">+<span class="Apple-tab-span" style="white-space:pre">                      </span><email><a href="mailto:chris@gaiag.net">chris@gaiag.net</a></email></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(0, 39, 2); background-color: rgb(224, 254, 227); "><span style="letter-spacing: 0.3px">+<span class="Apple-tab-span" style="white-space:pre">                    </span><url><a href="http://gaiag.net</url>">http://gaiag.net</url></a></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(0, 39, 2); background-color: rgb(224, 254, 227); "><span style="letter-spacing: 0.3px">+<span class="Apple-tab-span" style="white-space:pre">                 </span><organization>The GAIA Group</organization></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(0, 39, 2); background-color: rgb(224, 254, 227); "><span style="letter-spacing: 0.3px">+<span class="Apple-tab-span" style="white-space:pre">                  </span><organizationUrl><a href="http://gaiag.net</organizationUrl>">http://gaiag.net</organizationUrl></a></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">                 </span><roles></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">                                </span><role>architect</role></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">                           </span><role>developer</role></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">                   </span></roles></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(137, 5, 6); background-color: rgb(255, 229, 229); "><span style="letter-spacing: 0.3px">-<span class="Apple-tab-span" style="white-space:pre">                  </span><timezone>-6</timezone></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(0, 39, 2); background-color: rgb(224, 254, 227); "><span style="letter-spacing: 0.3px">+<span class="Apple-tab-span" style="white-space:pre">                      </span><timezone>-7</timezone></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">          </span></developer></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; font: normal normal normal 11px/normal Menlo; color: rgb(121, 121, 121); "><span style="letter-spacing: 0.3px"> <span class="Apple-tab-span" style="white-space:pre">   </span></developers></span></div><p style="margin: 0.0px 0.0px 0.0px 0.0px; line-height: 15.0px; font: 11.0px Menlo; color: #797979; min-height: 13.0px"><span style="letter-spacing: 0.3px"> </span><br class="webkit-block-placeholder"></p></div></blockquote><div>To do the clone, should I follow the directions at GitHub help's Fork A Repo, which says to Step 1: click the "Fork" button, Step 2: clone your fork , Step 3:Configure remotes, etc.?</div><div><br></div><div>Thanks for your continued patience!  :-)</div><div><br></div><div>Chris</div></body></html>