2023年1月15日

git常用命令

摘要: 一、git的框架结构 二、git 常用命令 #!/bin/bash git branch -a 查看所有分支 git status 查看git状态 git check release git check -b release-fix 从当前分支切出行的release-fix分支 git push o 阅读全文

posted @ 2023-01-15 01:10 OPBrother 阅读(73) 评论(0) 推荐(0)

导航