Git Branches

Hey jewelsch,

There’s no current plans to implement branching or merging in Team Coding since databases don’t support them. It’d be too easy for two people working in different branches to overwrite each other’s database code, or for multiple code branches to get out of sync with database objects. Team Coding was designed to work directly in the trunk for all version control providers, whether centralized or distributed.

-John