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

From Geos-chem
Jump to: navigation, search
(Contents)
(Contents)
Line 9: Line 9:
 
#[[Cloning (i.e. downloading for the first time)]]
 
#[[Cloning (i.e. downloading for the first time)]]
 
#[[Ignoring files]]
 
#[[Ignoring files]]
#[[Commits, branches, and tags]]
 
 
#[[Using the Git Gui and Gitk browsers]]
 
#[[Using the Git Gui and Gitk browsers]]
 +
#[[Commits, branches, and tags]]
 
#[[Git and Github tutorials]]
 
#[[Git and Github tutorials]]
  

Revision as of 15:58, 19 June 2019

Overview

On this page we provide links to further 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. Using the Git Gui and Gitk browsers
  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)