0

I have recently been experimenting with Redis and was planning on including it in a Java project of mine and was wondering if there is a way of "including" someone else's repo within yours so I could "include" jedis within my project without it being a dependency.

Magnus Bäck
  • 11,381
  • 3
  • 47
  • 59
user2248702
  • 2,741
  • 7
  • 41
  • 69

1 Answers1

3

Use Git Submodules
With using it you can include other repositories and always get the latest code from them by updating the submodule.

Ahmed I. Khalil
  • 743
  • 6
  • 20