I'm using two local repositories/working trees for our project development:
- one for the release version (bug-fixes only) and
- one for the continuing development in the master.
Hence I don't need to switch between branches back and forth.
We only merge changes from the release branch to the master, but not the opposite.
Is it possible to configure my release-repository/working tree to not fetch changes from the master?