July 2018
Intermediate to advanced
354 pages
10h 57m
English
$ git fsck --unreachable Checking object directories: 100% (256/256), done. unreachable commit 147240ad0297f85c9ca3ed513906d4b75209e83d unreachable blob b16cf63ab66605f9505c17c5affd88b34c9150ce unreachable commit 4c3b1e10d8876cd507bcf2072c85cc474f7fb93b
$ git show b16cf63ab66605f9505c17c5affd88b34c9150ce
#include <stdio.h>
void say_hello(void) {
printf("hello, worldn");
}
int main(void){
say_hello();
return 0;
}Read now
Unlock full access