Guide to using Git with GEOS-Chem: Difference between revisions

From Geos-chem
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:
#[[Branching]]
#[[Branching]]
#[[Committing]]
#[[Committing]]
#[[Tagging]]
#[[Merging]]
#[[Git and Github tutorials]]
#[[Git and Github tutorials]]



Revision as of 15:58, 20 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. Using Git GUI
  8. Branching
  9. Committing
  10. Tagging
  11. Merging
  12. 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)
  5. GitFlow