日期: 2023 年 4 月 24 日

1 篇文章

thumbnail
Git简单使用流程
一、安装 在windows下,下载安装包(http://安装包),之后安装; Linux(Debain系)下,直接输入命令: sudo apt install git 二、使用流程 2.1 初始化设置…