Integration with git works OK if '.git' is specfied as a passthru directory as long as things like branching aren't attempted. Because a branch checkout rolls the db back/forward a number of delete/create operations are done by Git, this works OK but the original attributes are lost, we need to preserve these if we are operating in a git repo.
Integration with git works OK if '.git' is specfied as a passthru directory as long as things like branching aren't attempted. Because a branch checkout rolls the db back/forward a number of delete/create operations are done by Git, this works OK but the original attributes are lost, we need to preserve these if we are operating in a git repo.