git 使用日记

2017-05-26  本文已影响0人  醉枫浅墨

git clone -b <branch name> [remote repository address]
主要就是在clone的时候,后面添加branch的信息。

附:GIT列出远程分支信息
git branch -r

git config --global credential.helper store

上一篇 下一篇

猜你喜欢

热点阅读