Bug of the week #4
Welcome to the next pikoTutorial!
The error we're handling today is a Git error:
fatal: reference is not a tree
which occurs when trying to copy file from another branch using command:
git checkout <commit-hash> -- /path/to/file
What does it mean?
I...
pikotutorial.hashnode.dev2 min read