git 使用2

安装

1.下载对应版本:https://git-scm.com/download
2.安装git:在选取安装路径的下一步选取 Use a TrueType font in all console windows 选项
        -- 安装成功后桌面右键可以看到git菜单

搭建本地git仓库

将已有的文件夹作为git仓库

>: cd 目标目录
>: git init 仓库名
原文地址:https://www.cnblogs.com/lakei/p/11228951.html