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

From Geos-chem
Jump to: navigation, search
(Contents)
(Further reading)
Line 15: Line 15:
 
# Google "Tech Talk" by Linus Torvalds, the creator of Git [http://www.youtube.com/watch?v=4XpnKHJAok8 (Video on Youtube)]
 
# Google "Tech Talk" by Linus Torvalds, the creator of Git [http://www.youtube.com/watch?v=4XpnKHJAok8 (Video on Youtube)]
 
# Google "Tech talk" by Randal Schwartz [http://www.youtube.com/watch?v=8dhZ9BXQgc4 (Video on Youtube)]
 
# Google "Tech talk" by Randal Schwartz [http://www.youtube.com/watch?v=8dhZ9BXQgc4 (Video on Youtube)]
# Setting up your <tt>.gitconfig</tt> file [http://stackoverflow.com/questions/267761/what-does-your-gitconfig-contain (Link)]
 

Revision as of 14:52, 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. 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)