How to merge one branch to another without some files?
13:00 01 Aug 2019

I've got two branches - development and master. I'm also using Catch2 framework for unit testing. Catch2 is on the development branch but when it comes to releasing a version to master, I don't want these files to go there.

Is there a command which allows me to "lock" some files on one branch? Let's say it looks like that: Development - Source Code - Unit Testing Code

MERGE

Master - Source Code

git git-merge