git的使用
- 随笔
- 2024-03-29
- 348热度
- 0评论
git常见命令
git add .
git commit -m "描述"
git push
git branch //查看当前分支
git checkout 分支名 //切换分支
git branch 分支名 //新建分支
git add .
git commit -m "描述"
git push
git branch //查看当前分支
git checkout 分支名 //切换分支
git branch 分支名 //新建分支