【VCS】IntelliJ IDEA + git + Github 实现版本管理和协作开发
【工具准备】
#-> Git安装
Git官网下载地址:https://git-scm.com/download/win
安装按照提示默认选择一路Next到底,详细步骤可参考:https://www.cnblogs.com/xueweisuoyong/p/11914045.html
#->IntelliJ IDEA启用VCS和关闭VCS
#-> 启用VCS
在ToolBar上【VCS】->【Enable Version Control Integration...】->【Git】
调出Version Control窗口
#-> 关闭VCS
如果想解除某项目的VCS控制,在ToolBar上【File】->【Settings】->【Version Control】
选中当前项目,点击右侧的加号下面的删除键【-】,点击OK,可以解除当前项目的VCS控制。