July 2018
Intermediate to advanced
354 pages
10h 57m
English
Let's see the history of the repository, as shown by gitk:
$ git log --graph --all --oneline* 4bc2b08 (master) Calculate pi with more digits| * 971ac91 (doc) Adds Documentation folder| * 2a0c8d6 Add build information| * 9d00fcc Update readme| | * 583225a (HEAD -> develop) Adds functionality to prime-test a range of numbers| | * f6c5713 Adds Makefile for easy building| | * d00ffc0 Move print functionality of is_prime| |/|/|* | 6e46ff8 Adds checker for prime number|/* 8bddff2 Adds math, pi calculation* 6de7cef Offline sharing, patch, bundle and archive
There are three branches in the repository: master, develop, and doc. All of them differ from the others by one or more commits. On the master branch, we can now create a patch ...
Read now
Unlock full access