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.
Asked
Active
Viewed 43 times
1 Answers
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