1. git 常用命令1.1 常用命令# 初始化git git init # 克隆项目git clone [url] # 显示文件状态git status -s # 添加文件到暂存区git add .
確定! 回上一頁