views:

173

answers:

2

I want to share (and keep updated) some base code between my rails projects with git. How can i do?

+4  A: 

You can use git submodules, for example like this

Gareth
+3  A: 

The best description I have seen is this screencast.

VonC