# myStudy **Repository Path**: geng-study/my-study ## Basic Information - **Project Name**: myStudy - **Description**: 前端知识点,js vue css html学习 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-28 - **Last Updated**: 2024-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # git 提交代码的步骤 1.Git add . (提交所有代码到Git的缓存区) 2.git commit -m '备注' (确认要提交的代码) (如果出现远程冲突,执行Git pull 再执行 Git push) 3.git push origin master (将代码推送至远程仓库)