July 2018
Intermediate to advanced
354 pages
10h 57m
English
On the develop branch, we have just checked that there is a merge commit that introduces hello world programs from languages that start with P.
Unfortunately, the Perl version doesn't run:
$ perl hello_world.pl Can't find string terminator '"' anywhere before EOF at hello_world.pl line 3.
The following steps will help you revert a merge:
$ git log --oneline --graph -5 * a95abc6 Adds Groovy hello world * 5ae3beb Merge branch 'feature/p-lang' into develop | | * 7b29bc3 php version added | * 9944417 Adds perl hello_world script * | ed9af38 Hello world shell script |/
The commit we are looking for is 5ae3beb Merge branch 'feature/p-lang' into ...
Read now
Unlock full access