The principal of this is simple:
The files in the child theme runs over the original files, without changing the original code itself.
So, let’s say you want to make changes in Header.php, you need to copy this file from the main theme and put it inside the child theme.
(If the file you modify is located inside a folder, you need to create the same folder inside the child theme).