Press "Enter" to skip to content

git常用命令整理

拉取分支代码:git clone -b [branch_name] [remote_url] 查看所有远程分支:git branch -a 查看本地分支:git …