<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="/css/docbook-css/driver.css" type="text/css"?>
<?xml-stylesheet href="/css/dlasys.css" type="text/css"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<!-- compliance patch for microsoft browsers -->
<!--[if lt IE 7]>
        <html:script src="/ie7/ie7-standard-p.js" type="text/javascript">
        </html:script>
        <![endif]-->
<article lang="en">
  <artheader>
    <address Format="linespecific">
    <author>
      <firstname>David</firstname>
      <surname>Lynch</surname>
    </author>
    <para />
    <street>354 Rudy Dam Rd.</street>
    <para />
    <city>Lititz</city>, 
    <state>PA</state>
    <postcode>17543</postcode>
    <para />
    <phone>717.587.7774</phone>
    <para />
    <email>
      <olink targetdocent="David Lynch">dhlii@dlasys.net</olink>
    </email>
    <para /></address>
    <keywords>C, c++, com, consultant, consultants, consulting,
    contract, contracting, contractors, CTI database, design,
    developer development, device, distributed applications, DOD,
    defense, e-commerce, embedded c, embedded software design,
    embedded software development, embedded software engineer,
    embedded software, embedded system software, embedded, expert,
    government, Harrisburg, html, internet, ip, java, Javascript,
    Lancaster, Linux, linux, Lititz, Microsoft, MS SQL Server,
    mysql, network, networking, object-oriented, open source,
    outsourcing software development, outsourcing software,
    Pennsylvania, Perl, program software embedded, programmer,
    programming, Reading, real time processing, real time
    programming, real time software design, real time software
    development, real time software, realtime, Ruby on Rails,
    software consultant, software development for embedded system,
    software development outsourcing, software development,
    software engineer, software engineering, software outsourcing,
    software quality, software, Sun, SunOS, technology,
    telecommunications training, unix, VOIP, windows</keywords>
  </artheader>
  <sect1>
    <title>git</title>
    <sect2>
      <para xml:space="preserve">
            DLA Systems hosts a small collection of software using
the 
                        
<ulink url="http://git-scm.com">git</ulink>
            source control manager. These include picos.git for the
picos RTOS.  
            
</para>
    </sect2>
    <itemizedlist>
      <title>A brief Git guide for users and developers</title>
      <listitem>cloning latest picos 
      <sect2>
        <para>First, clone the picos.git tree</para>
        <para>git clone http://dlasys.net/git/picos.git</para>
        <para>cd picos</para>
      </sect2></listitem>
      <listitem>Get the latest update 
      <sect2>
        <para>You will want to update your local git repository.
        You can do this as follows.</para>
        <para>git pull</para>
      </sect2></listitem>
      <listitem>Review the changes last registered 
      <sect2>
        <para>git log</para>
      </sect2></listitem>
    </itemizedlist>
  </sect1>
  <!-- compliance patch for microsoft browsers -->
  <!--[if lt IE 7]>
        <sect1><para>This page displays slowly and badly because you are using Internet Explorer and working arround IE css bugs is difficult and time consuming <para></sect1> 
        <![endif]-->
</article>
