I have 2 branches that are children of the dev
branch, let's say dev/branchA
and dev/branchB
. I want to pick a single file from the last commit of dev/branchA
and overwrite it in dev/branchB
. The path and the filename are the same. How can i do it only using git
?
Asked
Active
Viewed 30 times
-2

Lorenzo Epifani
- 101
- 12
-
Does this answer your question? [How to get just one file from another branch](https://stackoverflow.com/questions/2364147/how-to-get-just-one-file-from-another-branch) – Joe Jun 12 '20 at 13:47