初识git——基础介绍与命令
2020-12-28 本文已影响0人
双鱼九年
常用命令:
git branch ——判断当前分支
git checkout xxx ——切换到某一分支
git add --all ——提交所有内容到暂存区
git commit -m ‘提交注释’
git push origin dev ——提交到dev分支
git的安装与使用
https://www.cnblogs.com/imyalost/p/8762522.html
另git与github关联:
https://www.cnblogs.com/imyalost/p/8777684.html
详细介绍
https://www.liaoxuefeng.com/wiki/896043488029600/896954848507552