I have a test branch test that was created several days ago. There was a change made to a file file.py in master since then. I need to merge only this change (and nothing else) from master to test. What is the right sequence of commands to do it? I presume the first one is
git checkout test but then what? I want to be 100% sure that no other changes get merged into test.