Jacek Marchwicki - Blog
Posts in 2012
-
Working with git submodules (very old article)
Wednesday, June 20, 2012 in Engineering
Note: This article is very, very old. I’m publishing it mostly for fun :) Introduction Working with submodules looks tricki at the beginning but it is an elegant way to share your project code and DRY (Don’t Repeat Yourself). We started …
-
Working with gerrit (very old article)
Wednesday, May 02, 2012 in Engineering
Photo by [Raychan](https://unsplash.com/@wx1993?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/tree?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) Note: This article is very, very old. I’m publishing it mostly for fun :) Before start: in later of this document I assume that you have a basics of git knowledge. In our development team we use git a lot, but git not solve every problem - …