Published on2022年9月10日git常用命令Git查看当前工作区是否干净-git status,切换分支-git checkout [分支名],创建并切换分支-从当前所在的分支复制文件-git checkout -b [分支名]...