July 2018
Intermediate to advanced
354 pages
10h 57m
English
Git makes a list of commits from develop that are not on the master branch, much like we did before creating the patches, and makes patches for these. We can check the contents of the not-on-masterfolder, which we specified as the output folder (-o) and verify that it contains the patches as expected:
$ ls -1 not-on-master0001-Move-print-functionality-of-is_prime.patch0002-Adds-Makefile-for-easy-building.patch0003-Adds-functionality-to-prime-test-a-range-of-numbers.patch
Read now
Unlock full access