Guide to using Git with GEOS-Chem: Difference between revisions
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
#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)] | ||
#[https://datasift.github.io/gitflow/IntroducingGitFlow.html GitFlow] | #[https://datasift.github.io/gitflow/IntroducingGitFlow.html ''GitFlow'' (DataSift)] |
Revision as of 18:30, 27 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
- Introduction to Git
- Installing Git
- First-time Git setup
- Cloning (i.e. downloading for the first time)
- Ignoring files
- Viewing the revision history
- Using Git GUI
- Branching
- Committing
- Tagging
- Merging
- Receiving updates (aka pulling)
- Using patches to share your updates with others
- Advanced Git usage
- Git and Github tutorials
Further reading
- Git web page
- Pro Git book
- Git Cheat Sheet
- Google "Tech Talk" by Linus Torvalds, the creator of Git (Video on Youtube)
- Google "Tech talk" by Randal Schwartz (Video on Youtube)
- GitFlow (DataSift)