Two useful uses of git when working with monorepo - skipping or selecting only a specific part of a branch
During my adventure with monorepo, I’ve often struggled with the need to skip a particular module, directory, or set of files when merging from one branch to another. On the other hand, I also had...