TMate Blog

TMate Blog

Follow
homebadges
Tag

Git

#git

More content

Read more stories on Hashnode


Articles with this tag

Submodules That Don’t Suck

Feb 16, 20226 min read 804 views

Git X-Modules lets you enjoy the speed, scale and simple sharing of Git submodules without the bit that drives you to delirious madness · Look out: Git...

Submodules That Don’t Suck

Get your code together!

Feb 17, 20217 min read 172 views

Submodules, monorepo, or the third way? · Whatever could be reused, should be. It's one of the first commandments we learn when we begin to study...

Get your code together!

Embedded development project structure with Git X-Modules

Dec 19, 202013 min read 351 views

Embedded development, just like any other, often depends on shared code components such as libraries for specific hardware. However, there's no...

Embedded development project structure with Git X-Modules

Develop an Android library together with apps using it

Nov 30, 202012 min read 80 views

Imagine that you are developing a taxi service like Uber, with two separate apps (one for passengers, another for drivers). However, they are might be...

Develop an Android library together with apps using it

Multi-module Gradle configuration with Git X-Modules

Nov 22, 202010 min read 350 views

How to build a multi-component app in Gradle without uploading each component to Maven each time it's updated. Developing an application and a few...

Multi-module Gradle configuration with Git X-Modules

Multi-component CMake-based project with Git X-Modules

Nov 22, 202011 min read 118 views

How to build a multi-component project without installing all libraries. At the time of writing this, there's no default solution for dependency...

Multi-component CMake-based project with Git X-Modules