简介
🧑💻 初次接触 Git 或 LabEx?我们建议从 Git 快速入门 课程开始。
在 Git 中,分支是指向提交对象的轻量级可移动指针。分支用于开发功能、隔离更改以及进行实验,而不会影响仓库的其他部分。远程分支是对远程仓库中分支状态的引用。它们用于跟踪其他开发者的工作进度并在项目中进行协作。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
git(("Git")) -.-> git/CollaborationandSharingGroup(["Collaboration and Sharing"])
git/CollaborationandSharingGroup -.-> git/remote("Manage Remotes")
subgraph Lab Skills
git/remote -.-> lab-12723{{"删除远程分支"}}
end