# project **Repository Path**: shuyishuyi/project ## Basic Information - **Project Name**: project - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-28 - **Last Updated**: 2021-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # project ### 1.常用的 git 命令 - git init // 初始化本地 Git 仓库 - git add // 添加文件到本地仓库 - git status // 检查目前的工作目录(Working Tree)下的状态 - git commit // 提交更改到本地仓库 - git push // 推送到远程仓库 - git pull // 从远程仓库拉取最新内容 - git clone // 克隆远程仓库到本地新的文件夹