I've currently a git repository that I uploaded to GitHub. When I was to my school, I wanted to develop the code and downlad the repository (without the ".gi
t" folder, so I just got the code itself).
I did many changes and committed multiple times, but now I'm home I want to merge the new commits I made on the new folder on the old one.
Here is an example :
Original folder
Initial commit [with no code]
Commit 1
Commit 2
New folder
New initial commit (with the code of commit 2)
Commit 3
Commit 4
Commit 5
Now I want to add Commit 3, Commit 4 and Commit 5 to the original folder. How can I do it ?