git

DLA Systems hosts a small collection of software using the git source control manager. These include picos.git for the picos RTOS.

DLA Systems Typically there is a git repository for each client located at http://dlasys.net/git/client.git or http://dlasys.net/clients/client/client.git

A brief Git guide for users and developers

  • Cloning latest picos
    First, clone the picos.git tree
    git clone http://dlasys.net/git/picos.git
    cd picos

  • Get the latest update
    You will want to update your local git repository. You can do this as follows.
    git pull

    • Review the changes last registered
      git log

Git - SVN Crash Course provides a quick start guide to using git for subversion users