I want to copy not changes, but entire files, which are not present, to on one branch, from another.
It this possible with either Git or IntelliJ?
Currently I am opening diff and copy paste files. But this way I can easily misspell file name and/or file location. Can I add some automation here?