git branch - Manage folder independent to branches in git -


my repo looks this:

bin/ out/ src/ 

the whole repo split in 2 branches, manage folders out , src. i'd have folder bin static across branches, newest commit appear in either of banches.

i looked excludesfile, doesn't quite need.

any suggestions in how set up?

an alternative configure commit, changes in bin committed every branch in repo.


Comments