Hello!
With Unity 5.4 stable, we started using Collaborate but as it's still in beta, we don't want to take any risks and still use git. But now we need to push twice - one for collaborate and one for git. Is there a command line interface for collaborate so we can create a tool to push to both version control systems through command line? So what we need is basically:
• collaborate add -A
• collaborate commit -m
• collaborate push origin master
Thanks
↧