Git + Tower as a Asset Server replacement ?

The AS isn’t very reliable and doesn’t allow merge so I am trying a mix of Git + Tower + Drop box.

So far I have the entire project in a drop box and gitted.

Since Unity updates tons of files, git works extra hours to keep up.
Also I do not know where Git keeps its repository, ideally I would drop box this as well to keep track of all the commit and allow for cross user work.

Since my knowledge of Git = zero, I am wondering if anyone has tried this and what is your best configuration.

for ref:


how sweet is this !

As of yet, you can’t merge scene files or prefab definition files because they are binary data. Version control systems including the Unity Asset Server or Subversion don’t merge binary data.

so has anyone gotten Git to work with AT LEAST as much functionality as asset server?