As mentioned in another post, I am setting up Git in Toad.
This brings me to the question: What are best practices for working with Git in Toad?
We have several developers working on the same database. I know that I could set up Code Collections for different database objects. But which repositories should each developer commit to?
It seems that it is only possible to choose a local git repository, so I guess that each developer should just commit to his/her local repository. But how do I ensure that all developers' repositories are in sync? Would it be possible to make Toad pull/push from/to a central directory before/after each commit?
Or are there other best practices we should follow?