Can you design/develop SSAS OLAP with GIT repository?
If you're designing/developing OLTP database you may store every table/view/procedure/function and so on in separerate SQL file and commit every change to GIT repository.
Can you work the same way while designing facts and dimensions for OLAP and store every change to GIT repository?
Do you know any tutorials for OLAP + GIT?