Our Git Collaboration Tools enable simplified usage of git for version control of your unity projects.
It creates a new editor window that contains some basic information about your current repository state as well as the basic functions to stage, commit, push and pull changes.
Further - as we know that especially artists often are a bit overwhelmed of the complexity of git - we created an intelligent One-Click-Solution that will combine all the usual steps for committing a new revision and pushing it to the remote repository.
Also there is a quick link to open the git bash if you happen to need advanced control at some point.
Is this plugin good for me?
This asset only works on windows and requires Git for windows to be installed and configured correctly. Also the plugin only works in .NET 4.0 projects. If you still use the deprecated 3.5 you're unfortunately out of luck.
You have to configure Git for windows that it does not need interactive credential input!
This plugin would make no sense if you would need to input credentials over and over...
How to be sure?
Clone your repository and make sure that there is no need to enter credentials. Usually you'll want to use the SSH-URL for cloning and will want to configure SSH-Key-Authentication.
Currenty the asset does not support branching - that means it will not offer functions for creating, switching and merging branches. However you can of course work in branches, you will only have to control the branch selection and merging using git bash.
If demand is there, leave us a message and we will put branching on our ToDo list.
If you need support or got any issues, feel free to contact us at support at firesplash.de