A Painless Self-Hosted Git Service: Gitea

Looking for something with many of the features of GitHub but you want it on site in your office for your team so you aren’t paying for a hosted solution along with the storage and bandwidth costs associated with larger projects like games? If this is you definitely check out Gitea! I decided to experiment with it primarily for myself as a way to work on various projects that i am accessing via different machines.… Continue reading

Unity 3.5, Mercurial, and BitBucket

I have successfully updated my project to 3.5 and switched to using external version control, moving it into a Mercurial repository.  I am still a little dismayed that Unity doesn’t work a little more smoothly with things under version control.  Having a second set of meta files for everything means that you need to manage moving and renaming everything yourself and then doing the proper commands to your VCS when you do that.  Workflow like… Continue reading