Difference between revisions of "Guide to using Git with GEOS-Chem"

From Geos-chem
Jump to: navigation, search
(Overview)
Line 1: Line 1:
'''''[[Guide to using Git with GEOS-Chem]] | [[Getting Started with GEOS-Chem]] | [[Main Page|GEOS-Chem Main Page]]'''''
+
'''''[[Getting Started with GEOS-Chem]] | [[Main Page|GEOS-Chem Main Page]]'''''
  
 
== Overview ==
 
== Overview ==

Revision as of 17:16, 19 June 2019

Getting Started with GEOS-Chem | GEOS-Chem Main Page

Overview

In this Guide, we information about using the Git source code management software with GEOS-Chem.

Contents

  1. Introduction to Git
  2. Installing Git
  3. First-time Git setup
  4. Cloning (i.e. downloading for the first time)
  5. Ignoring files
  6. Viewing the revision history
  7. Commits, branches, and tags
  8. Git and Github tutorials

Further reading

  1. Git web page
  2. Git Cheat Sheet
  3. Google "Tech Talk" by Linus Torvalds, the creator of Git (Video on Youtube)
  4. Google "Tech talk" by Randal Schwartz (Video on Youtube)