Gerrit is a really interesting code review tool. When I worked for one of my former employers I got to test it out and I was both intrigued and daunted by it. The learning curve is sky-high with this one, but there’s a lot of things done right, when it comes to running huge code […]
Author Archives: Jonas Hellström
Fixing permissions in a shared Git repo
I hate shared Git repos’. Especially when I forget to set them as shared ones. And I start inviting people to join in on the fun. So, therefore, here’s a tip from a blog that tells you a way of fixing the mess you did, retroactively: https://blog.christophersmart.com/2014/01/10/permanently-fixing-permissions-on-a-shared-git-repo/ tl;dr TheRightWay git init –bare –shared tl;dr TheRadioactiveWay ssh […]