git clone

1.   git clone ssh://git@172.16.184.123/reposerver/phicomm_repos/jellybean/tr69c

      下载某个具体目录下的, 此时, 在android/external目录下执行以上动作。

2. git branch

    git branch   查看所有本地分支

    git branch  branch_name  创建分支

    git branch -a  查看所有远程分支和本地分支

    git branch -r (remote)查看远程分支

    git branch -d   (delete)    删除分支, 但无法删除当前所在分支。

原文地址:https://www.cnblogs.com/gavinwu/p/3196242.html