I currently have a Java repo on Github that I am collaborating with a group of developers. We have several external jar files, and each time I update my master branch the jar path changes to that of whoever made the last commit.
Is there a way to permanently add jars to java or to share jars on git to prevent this?
I have a Mac and they have PCs if that makes a difference.