@larissa
To checkout a folder into another folder in Git, you can use the git checkout
command with the -- <folder>
option. Here's how you can do it:
Note: Make sure to replace <branch>
with the name of the branch you want to checkout the folder from, <folder>
with the name of the folder you want to checkout, and new-src
with the name of the folder where you want to checkout the folder into.