July 2018
Intermediate to advanced
354 pages
10h 57m
English
$ git log --oneline 3061dc6 Adds Java version of 'hello world' 9c7532f Fixes compiler warnings 5b5d692 Initial commit, K&R hello world
$ git revert 9c7532f Revert "Fixes compiler warnings" This reverts commit 9c7532f5e788b8805ffd419fcf2a071c78493b23. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch master # Your branch is up-to-date with 'origin/master'. # # Changes to be committed: # modified: hello_world.c # ~ ~ ~ "~/john.doe/packt/repos/Git-Version-Control-Cookbook-Second-Edition_hello_world_cookbook/.git/COMMIT_EDITMSG" 12L, 359C ...
Read now
Unlock full access