Difference between Git and Nexus?

后端 未结 2 986
一个人的身影
一个人的身影 2020-12-01 08:02

I can\'t seem to find what the difference is between Git and Nexus. Are the two comparable?

2条回答
  •  [愿得一人]
    2020-12-01 08:50

    @VonC has the high level, theoretical view.

    In everyday use, you'd store your source code and its history in a git repository, and store your build artifacts (e.g. the compiled software you want to deliver) in Nexus.

    As such, they are not really comparable, but complementary.

提交回复
热议问题