git status -- 查看当前分支状态
git add . --
git commit -m '提交信息说明'
git push -- 推送到远程仓库
git push --set-upstream origin login -- 本地分支推送到云端仓库
git checkout -b login -- 创建分支
git branch -- 查看所有分支
git 常用命令
最新推荐文章于 2024-11-13 09:45:14 发布