September 2014
Intermediate to advanced
272 pages
8h 27m
English
This chapter covers
In this chapter, you’ll learn how to maintain dependencies on other Git-based software projects within your own using Git submodules.
Almost all software projects use other software projects as libraries or tools. For example, say you’re using Git and writing a desktop application in C++, and you want to communicate with a server that provides a JSON API. Rather than writing the JSON-handling code yourself, you ...