Coming unstuck figuring this one out.
How do you obtain a set of files from a specific repository and merge them into your current working directory. The difficulty I'm finding is I want to obtain files from a certain tagged release of the repository.
I've tried adding the remote repository and fetching the most up to date but I'm flooded with every single tag and then I'm unsure how to 'select' the files I want to replace with my own.
Any guidance is greatly appreciated.