Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

How to Get Started

Bryan Masamitsu Parsons edited this page Sep 25, 2018 · 1 revision

How to Get Started

  1. Make some space in your local file tree for the source tree:

    • mkdir /home/jdoe/git/
  2. Get a copy of the code by cloning:

    • cd /home/jdoe/git/
    • git clone https://github.com/SGL-UT/GPSTk.git
    • The result with be /home/jdoe/git/gpstk/
  3. List the branches:

    • git branch
  4. Look at files in a specific branch:

    • git checkout feature_99