Graphics Working Group Meeting
Feb 8, 2024 - 12:30 PM
to Feb 8, 2024 - 1:30 PM
Location
Snedecor 2113
Speaker: Susan Vanderplas, Assistant Professor, University of Nebraska
Title: Using Git Submodules
Abstract: Sometimes, we want to have git repositories that are nested within each other, but git doesn't allow us to do that. Instead, there are git submodules! I'll talk about how submodules work conceptually and introduce two examples of places I'm using submodules in my own work. I'll cover how to create, modify, update, and use projects with submodules.