git命令,困惑请求赐教

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
nicholaspei
帖子: 3
注册时间: 2010-03-10 17:42

git命令,困惑请求赐教

#1

帖子 nicholaspei » 2010-03-11 11:34

$ git clone git://gitorious.org/gumstix-oe/mainline.git org.openembedded.dev
$ cd org.openembedded.dev
$ git checkout --track -b overo origin/overo
steptodream :
请教我没能直接执行命令,但我下载到了压缩包,请教
git checkout --track -b overo origin/overo
这条命令怎么执行?
我google
说创建新branch,有点疑惑?
就是 建立文件夹overo 把压缩包解压到里面?
菜鸟请求赐教
头像
i_NIX
帖子: 450
注册时间: 2008-02-11 15:46

Re: git命令,困惑请求赐教

#2

帖子 i_NIX » 2010-03-13 12:21

只学过一点git,都是在本地操作,平常写代码用。
这里有个文档,你看看吧:
http://ylmf-os-screenshot.googlecode.co ... -tutor.pdf
Google Talk群组,请来<雨云>一番!
主题:UbuntuLinux编程科幻、民主、科学等。
添加 [email protected] 为好友(然后say hi,并等待验证)
参见 http://goo.gl/xIpxH

Twitter:http://twitter.com/nixzhu
头像
thomasxie
帖子: 317
注册时间: 2009-11-22 15:29
联系:

Re: git命令,困惑请求赐教

#3

帖子 thomasxie » 2011-01-09 11:14

Forbidden
Your client does not have permission to get URL /files/git-tutor.pdf from this server. (Client IP address: 114.84.219.68)

You are attempting to perform an activity that you have insufficient permissions for. If you feel this is in error, please contact the project administrator.
时间就像一张网,你撒在那里,你的收获就在那里。
头像
erasinoo
帖子: 145
注册时间: 2009-08-31 9:05
来自: 随风而动

Re: git命令,困惑请求赐教

#4

帖子 erasinoo » 2011-06-21 14:57

$ git checkout --track -b overo origin/overo

貌似使创建本地分支overo,并联到仓库 origin的overo分支,并切换到overo分支

然后下载的库的文件已经使分支的文件了
-------
pro git 中文版
------------------------------------------------------
在折腾中上升,在折腾中进步
回复