Git LAB- create remote branch with specific files

How can I push specific files to git remote Branch repository? When I am pushing two files to repo I am able to see all files are present which are also present in master repo.
the only difference is that it has the changes which i have done in Branch repository.

Is there a way so that we can create a Branch with the only changed files.