551 git init
552 git remote add nexus_one git://github.com/cyanogen/cm-kernel.git
554 git branch -a
555 git fetch nexus_one
569 git checkout nexus_one/android-2.6.29-eclair
本文介绍了通过Git命令初始化仓库、添加远程仓库、查看分支、抓取远程分支并切换到指定分支的过程。具体步骤包括使用git init、git remote add、git branch -a、git fetch及git checkout等命令。
551 git init
552 git remote add nexus_one git://github.com/cyanogen/cm-kernel.git
554 git branch -a
555 git fetch nexus_one
569 git checkout nexus_one/android-2.6.29-eclair
677

被折叠的 条评论
为什么被折叠?