July 2018
Intermediate to advanced
354 pages
10h 57m
English
To really showcase this Git feature, we will start off six commits ahead of the origin/stable-3.1 branch. This is to simulate the fact that we have just created six commits on top of the rebaseExample3 branch; to do this, perform the following steps:
$ git log origin/stable-3.1..origin/stable-3.2 --oneline --reverse 8a51c44 Do not close ArchiveOutputStream on error 3467e86 Revert "Close unfinished archive entries on error" f045a68 Added the git-describe implementation 0be59ab Merge "Added ...
Read now
Unlock full access