git 常用命令

1、 查看当前git clone的项目名称

git remote -v
git 常用命令_第1张图片
Paste_Image.png

2、查看当前项目的各个分支

git branch -a
git 常用命令_第2张图片
Paste_Image.png

你可能感兴趣的:(git 常用命令)