Git metadata - is there a way to add git metadata that is independent of each branch?
问题 End goal: I want to have files that are tracked by Git, but have those files be the same version for all branches . If you gitignore files, those are the same for all branches, but unfortunately aren't tracked. When I run git push or the like, I need these files to passed between repos, etc. For example, the data that is in .git folder is typically git-ignored. I want to add some data to my repo so that the data is independent of all branches, but still appears in all branches, and when you