July 2018
Intermediate to advanced
354 pages
10h 57m
English
First, we'll try to undo the latest commit in the repository as though it never happened:
$ git status On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working directory clean
$ ls HelloWorld.java Makefile hello_world.c
$ git log --oneline 3061dc6 Adds Java version of 'hello world' 9c7532f Fixes compiler warnings 5b5d692 Initial commit, K&R hello world
Read now
Unlock full access