记录改变,团队协作
⚓️什么是Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
⚓️开始工作吧
⚓️做点准备
如果是空文件夹或者是中途加入git
来控制项目
init
接管已经有git
的项目
⚓️记录变动
add
commit
⚓️分支的分分合合
branch
checkout
⚓️与云端互动
push
⚓️杂项
What is git actually doing when it says it is “resolving deltas”? | Newbedev
⚓️相关资源
Git教程 - 廖雪峰的官方网站 (liaoxuefeng.com)