Git branch 开发是利用分支创建独立的开发线,让新功能开发与问题修复等工作能与主线隔离,互不干扰。作为 Git 的核心特性,这种轻量级操作使团队可以安全地并行工作,最终将成果高效合并回主线,提升开发效率。
使用Git 初始化新项目并推送至指定仓库。
安装 Git
Git 的基本使用笔记。
Git仓库在 Windows 上提交时报错: warning: in the working copy of 'persdxcomponent/node\_modules/.bin/acorn.ps1', LF will be replaced by CRLF the next time Git touches it
用Docker compose 自搭建 Gitea 仓库。