在spigotmc上的Wiki,使用buildtools需要用到git,想知道git在开发中起到什么作用?仅仅是用来打开buildtools的吗?之后的开发还会用到吗?
Git - In order for BuildTools to run on Windows, you will need to install Git. For Windows it is distributed via git-scm, which can be downloaded here. Install it where you like, it will provide git bash, which will be used to run the BuildTools jar. Just keep hitting next when running the installer.
在获取spigot.jar中能不能跳过这步,不适用git?
Git - In order for BuildTools to run on Windows, you will need to install Git. For Windows it is distributed via git-scm, which can be downloaded here. Install it where you like, it will provide git bash, which will be used to run the BuildTools jar. Just keep hitting next when running the installer.
在获取spigot.jar中能不能跳过这步,不适用git?
来自百度的解释:Git是一个开源的分布式版本控制系统,可以有效、高速的处理从很小到非常大的项目版本管理。[2]Git 是 Linus Torvalds 为了帮助管理 Linux 内核开发而开发的一个开放源码的版本控制软件。