# ts学习笔记 **Repository Path**: yan-kefan/ts-study-notes ## Basic Information - **Project Name**: ts学习笔记 - **Description**: TypeScript学习笔记 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-09 - **Last Updated**: 2024-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: 学习笔记 ## README ## git提交步骤 1. git add 2. git commit -m "说明" 3. git push origin ## 其他 * git reset HEAD 回退暂存区里的文件 * **先拉取后提交** * 个人使用:pull->commit->push * 团队使用:commit->pull->push