外观
约 106 字小于 1 分钟
2025-04-27
将文件添加到本地仓库
git add ./ 2.查看当前分支 git branch 3.切换分支 git checkout 分支名 4.拉去远程分支 git pull origin 分支名66 git pull origin master 合并冲突解决方法 git add -A //添加暂存区 git commit -m 'xxxx说明' //commit说明 git push //push推到远程
<vl-)#No%9,h
版权归属:Lzc
许可证:署名 4.0 国际 (CC-BY-4.0)