July 2018
Intermediate to advanced
354 pages
10h 57m
English
Let's pretend we need to redo the latest commit because we need to reword the commit message to include a reference to the issue tracker.
$ git log -1
commit 3061dc6cf7aeb2f8cb3dee651290bfea85cb4392
Author: John Doe <john.doe@example.com>
Date: Sun Mar 9 14:12:45 2014 +0100
Adds Java version of 'hello world'
Also includes a makefile
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
Read now
Unlock full access